Skip to content

SimpleVC - Replace file tickets with SQLite #2

Description

@GoogleCodeExporter
Right now you can display or log to file all Guru Meditations.  I'd rather that 
Guru Meditations go into a database to be tracked.

We need a SQLIte database with 2 tables (listed below).  When an error takes 
place, a TICKETS search should be made to see if that ErrorNum/Line/File error 
has happened before.  If so, log the error in ERRORS and set the TicketId to 
the Ticket which describes that error.  If there is no ticket, create the 
ticket and log the error.

This will allow us to make a "Errors Screen" where we can see a timeline of 
errors, sort tickets by occurance, and track bugs in running Testing/Production 
site.

ERRORS
ID uuid of error
DATE time when error happened
TICKET_ID id of ticket this error is attached to

TICKETS
ID id of ticket
ERRORNUM error number of error
ERROR_MESSAGE string error message
FILE file where error happened
LINE where error took place
FIXED a flag to set when this ticket is closed.

Original issue reported on code.google.com by Auto...@gmail.com on 14 Jun 2010 at 2:38

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions