These are the six possible values for the status of a basic card block.
Must be kept in sync with cake/app/webroot/ts/libraries/lucidcards/lucidcarddefaultstatus.ts
Enumeration Members
Blocked
Blocked: "Blocked";
Done
Done: "Done";
InProgress
InProgress: "In Progress";
New
New: "New";
NotDoing
NotDoing: "Not Doing";
Todo
Todo: "To Do";