blob: 5ca7a357d57119e31443e668faaa8285cddccf5b (
plain)
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
|
== TODO == /* list items here in priority order that need to get done */
Threaded Comments would really improve the comment system ( use acts_as_nested_set )
Routing system for people to pass issues along
Attachment upload from the issue / comment form
Group management, insert groups into routing system
Following Issues support, allow people to follow or stop notification of any issue and it's comments
Product tagging and sub tagging (ex. gnome-panel -> [2.20, 2.21, 2.22] )
Milestone tagging (ex. Release 1 - date )
User Account:
Password reset (should be easy)
Edit name and email address
Import of a Kwestie Issue from one Kwestie instance to another (requires working openid provider/consumer and issue.xml)
Cleanup the routes and permalinking situation ( see http://api.rubyonrails.org/classes/ActionController/Resources.html )
== TODONE == /* list items here in order of completion that were taken from the TODO list */
Email interface fixes (mail views, mail on new comments)
Basic Attachments for Comments and Issues
Basic URL aliases for Issues (permalinks)
Basic Comment web creation tools (comments)
Basic Issue web creation tools (issues)
UUID Keys for all distributed pieces (uuid)
OpenID Account Creation System (open_id_authentication)
Basic User Account System (restful_authentication)
|