Version 7 (modified by deyan, 16 years ago) (diff) |
---|
Analysis
Overview
this should be invokable from help menu, or on internal error
The Bug report form eases communication between users and developers. The form contains:
- A log containing information useful for debugging. This field is read only.
- A custom text field containing user explanation on what happened. This is not a required field.
- A warning that user information such as working path and filenames will be sent.
Behavior:
- The bug report form appears automatically when an expected error occurs (exceptions, etc).
- The bug report form may be forced by the user using "Help->Send an error report"
Task requirements
- Define where and how the reports will be sent
- Create an extension for the "Send an error report" item for the Help menu.
- Create the bug report form
- A dialog
- Titlebar
- Text fields
- Report and cancel buttons
- Depending on edition, the report should contain corresponding log file.
- Titlebar must contain Bug number or exception description.
Task result
Code.
Implementation idea
This is a draft diagram. For now, the checkbox is obsolete as it is hard to implement and not much useful.
Related
(Here you can add related tasks that could be useful or helpful.)
How to demo
(In this section you must add instructions for the demo of the task.)
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)