-
Notifications
You must be signed in to change notification settings - Fork 4
/
TODO.txt
37 lines (27 loc) · 1.23 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
* List of tasks for isitfedoraruby
** DONE Improve search
- [ ] Include maintainers in the content to search for
** TODO optimize update rpms and gems process
- [ ] Make it fault tolerant
- [ ] Maybe add interactive mode?
- [ ] Allow one to set update options interactively
- [ ] Allow one to pause/continue update
** TODO Add decent robots.txt
** TODO Fix "most wanted gems" (or erase)
** DONE Make a nice error message appear when a user types a wrong URL
-> Example: http://www.isitfedoraruby.com/fedorarpms/non-existent-rpm
- [x] It would be totally awesome to have a "did you mean...?" sign
** TODO furthur improve import mechanism
- Instead of scraping websites, we should use the APIs for git, bugzilla,
koji, fedora, and more
** TODO start writing tests for application
Nicolás Satragno is working on this
** TODO flush out batch gem conversion mechanism
- The user should be able to convert a gem and all its dependencies
to rpms and setup a publically accessible yum repository with one
click of a button
- May require improvements to gem2rpm
** TODO flush out automated conversion mechanism
- We can hook into the rubygems API to automatically run commands
such as gem2rpm on gem updates
- May require improvements to gem2rpm