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