Case status change possibilities |
A case may have the following statuses:
Draft
Opened
Suspended
Closed (concluded)
Merged (with another case)
Deleted (to the trash bin, non-statistical)
A new case may have one of the following statuses:
Draft
Opened
When the case is created, should a new follow-up regarding the status change be made? (same problem with case ’stage’).
The admin of a case can make the following case status changes:
From draft: opened, merged, closed, deleted
From opened: suspended, closed, merged, deleted
From suspended: opened, closed, merged, deleted
From closed: re-opened, deleted
From merged: none?
From deleted: re-opened
Should the ’merge’ option allow ’un-merge’?
Here is an example of lcm_followup entry:
| id_followup | id_case | id_author | date_start | date_end | type | description | case_stage |
| 70 | 26 | 1 | 2005-04-18 15:00:00 | 2005-04-18 15:00:00 | stage_change | a:4:s:11:"description"; s:49:"My description.";s:10: "conclusion"; s:4:"none"; s:8:"sentence"; s:4:"none"; s:12:"sentence_val"; s:0:""; | investigation |
The "status" field of lcm_case will also be updated (the case status field is redundant, but saves times when listing cases).