Commit Graph

7 Commits

Author SHA1 Message Date
c7e11fd273 Fix naming convention for class methods 2011-12-21 11:27:26 +00:00
a119ca81d5 Add admin backend to edit incident and change status
Also fixes Status Board display on homepage to show correct status on
each day. It was previously reusing the currnent status for all previous
days on which the incidents were open.
2011-12-21 01:13:06 +00:00
6e5bb3dfd8 Add description to IncidentStatus
Adds a new column to the IncidentStatus to permit the user to explain
why the status change was made. Also exported this and Incident data
into the demo sql file.
2011-12-20 01:06:00 +00:00
278590ae25 Add methods to retrieve incident status history and available statuses 2011-12-20 00:42:13 +00:00
8e55d57b55 Update status board classes to use new DatabaseObject base
Updated schema to include new views
2011-12-19 12:21:39 +00:00
d842fda253 Add load/create/delete methods to StatusBoard_IncidentStatus 2011-12-17 12:36:29 +00:00
c8eaee79a1 Add entity classes
Add object wrappers for the application database entities.
2011-12-17 00:59:30 +00:00