Changes between Version 15 and Version 16 of APP_BUG_REPORT_FORM_R0
- Timestamp:
- 05/20/09 19:31:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_BUG_REPORT_FORM_R0
v15 v16 20 20 == Task requirements == 21 21 * Create an extension for the "Send an error report" item for the Help menu. 22 * When clicked a window containing the email field in which user can explain what happened and possibility to attach .log file (see below)23 * This window must contain '''Cancel''', '''Send''', and '''Browse''' buttons for the different actions, also check box like the one in the diagram placed in the ''implementation idea'' section24 22 * Implement invoking the Application bug report form automatically on catching an exceptions. 25 23 * Create the bug report form … … 29 27 * The content of the e-mail field should be saved in a config file. First time the form is opened, the user enters his/her e-mail address. Next time the field displays the same address. 30 28 * Report button - in next revision 31 * Save-as-file button - saves the report as a plain text file (a file dialog is opened and the user selects a path for the file)29 * Save-as-file button - if the form is invoked automatically on error; saves the report as a plain text file (a file dialog is opened and the user selects a path for the file) 32 30 * Plain text file with .log extension. This file can be used when sending bug reports from Help menu entry or submitting bugs on the site. 31 * Browse button - if the form is invoked manually - the user can attach already generated report file. 33 32 * Cancel button - closes the form without saving or sending the report 34 33 * Bug report contents (in this order):