josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Error reporting should be a module #253

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The functionality to generate an error report should be refactored out as a 
module to allow the reports to be submitted to the administrator in different 
ways.

Original issue reported on code.google.com by jonathan...@gmail.com on 22 Mar 2012 at 7:46

GoogleCodeExporter commented 9 years ago
The first attached diff (error-report.diff) factors out the error report into a 
separate module. The module has a web component that allows administrators to 
view submitted error reports.

The second attached diff (error-report-admin.diff) adds a new capability to the 
"Connected Users" web page to generate an error report for the given client. 
This error report is automatically submitted, so the capture may work even when 
the client is frozen.

Original comment by jonathan...@gmail.com on 22 Mar 2012 at 7:49

Attachments:

GoogleCodeExporter commented 9 years ago
Updated diffs based on Nicole's feedback:
 - you can delete error reports
 - admins can enter comments when requesting an error report

Original comment by jonathan...@gmail.com on 25 Mar 2012 at 5:38

Attachments:

GoogleCodeExporter commented 9 years ago
Jon to commit for April 2012 release.

Original comment by jonathan...@gmail.com on 27 Mar 2012 at 5:32

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4826.

Original comment by jonathan...@gmail.com on 28 Mar 2012 at 6:05