Version 4 (modified by deyan, 16 years ago) (diff) |
---|
Analysis
Overview
Bug report form should actually send the bug reports somewhere
Task requirements
- For report form
- Add a "Send Report" button to the bug report form
- Rename the "Save as File" to "Save Report As"
- Optional: Add "Attach a file" for attaching books, etc.
- For the server that will handle the information
- Create a database to handle the error reports
- The database should support fields (see implementation idea)
- Create a limit for the size of the reports
- Think of way to block spam
- Create a UI for the database so developers can access the information
- Optional - create different sort and group ways for the information - for example by OS, by Java version, by user e-mail
- Create a database to handle the error reports
Task result
Code
Implementation idea
It will be useful if these fields are present in the database:
- Date
- Time
- Log
- User e-mail address
- os.name
- os.version
- java.version
- User notes
Related
(Add links to related tasks that could be useful or helpful.)
How to demo
(Provide instructions for demonstration of the task.)
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)