Commit Graph

11 Commits

Author SHA1 Message Date
fa07b536bf Fix most severe incident status calculation for status board 2011-12-22 22:07:41 +00:00
aaedb30cd4 Fix return value from newForSite() 2011-12-22 19:12:09 +00:00
10001c5012 Add admin UI/Backend for adding a new Incident 2011-12-21 13:06:06 +00:00
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
0c8c8a1cb4 Add support for retriving incidents within set time period 2011-12-20 19:15:42 +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
3f7f84d47c Add caching to StatusBoard_Incident::currentStatus()
Also renamed from status to currentStatus to better describe function.
2011-12-17 12:40:31 +00:00
62d6982d71 Add method to retrieve current status of incident 2011-12-17 01:21:16 +00:00
c8eaee79a1 Add entity classes
Add object wrappers for the application database entities.
2011-12-17 00:59:30 +00:00