Changes between Initial Version and Version 1 of Ticket #3369
- Timestamp:
- Jun 4, 2020, 8:21:42 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3369 – Description
initial v1 1 1 Users often report the same fixed bug many times. It would save the users and us developers a lot of time if the user knew the bug was fixed and didn't report it. 2 2 3 If the bug report log contains a Python traceback we could have a button on the bug report dialog "Check if this has been fixed". It sends the traceback via https to an RBVI web service that matches the traceback to all closed tickets and returns HTML saying it appears fixed with a link to the newticket and date of the fix and suggests the user try a newer ChimeraX, or it reports it did not find this bug has been fixed. It could search the open bugs and give links to other reports.3 If the bug report log contains a Python traceback we could have a button on the bug report dialog "Check if this has been fixed". It sends the traceback via https to an RBVI web service that matches the traceback to all closed tickets and returns HTML saying it appears fixed with a link to the ticket and date of the fix and suggests the user try a newer ChimeraX, or it reports it did not find this bug has been fixed. It could search the open bugs and give links to other reports. 4 4 5 5 This tool would be very useful for us to triage bugs -- it could run on all incoming bug reports so we see if it is a duplicate, something we can only do by hand now which is time consuming.