Changes between Version 3 and Version 4 of BUG_REPORT_FORM_R0
- Timestamp:
- 11/04/09 13:36:29 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BUG_REPORT_FORM_R0
v3 v4 7 7 Bug report form should actually send the bug reports somewhere 8 8 == Task requirements == 9 * Add a "Send Report" button to the bug report form 10 * Rename the "Save as File" to "Save Report As" 11 9 * For report form 10 * Add a "Send Report" button to the bug report form 11 * Rename the "Save as File" to "Save Report As" 12 * Optional: Add "Attach a file" for attaching books, etc. 13 * For the server that will handle the information 14 * Create a database to handle the error reports 15 * The database should support fields (see implementation idea) 16 * Create a limit for the size of the reports 17 * Think of way to block spam 18 * Create a UI for the database so developers can access the information 19 * Optional - create different sort and group ways for the information - for example by OS, by Java version, by user e-mail 12 20 13 21 == Task result == 14 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 22 Code 15 23 16 24 == Implementation idea == 17 ^(Provide some rough implementation idea(s).)^ 18 25 It will be useful if these fields are present in the database: 26 * Date 27 * Time 28 * Log 29 * User e-mail address 30 * os.name 31 * os.version 32 * java.version 33 * User notes 19 34 == Related == 20 35 ^(Add links to related tasks that could be useful or helpful.)^