Changes between Version 15 and Version 16 of APP_BUG_REPORT_FORM_R0


Ignore:
Timestamp:
05/20/09 19:31:02 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_BUG_REPORT_FORM_R0

    v15 v16  
    2020== Task requirements == 
    2121 * 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'' section 
    2422 * Implement invoking the Application bug report form automatically on catching an exceptions. 
    2523 * Create the bug report form 
     
    2927   * 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. 
    3028  * 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) 
    3230   * 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. 
    3332  * Cancel button - closes the form without saving or sending the report 
    3433 * Bug report contents (in this order):