Create an enum with 3 values: Low, Normal, Height
public enum Priority { Low, Normal, High }
Add this to the Case model class:
public Priority Priority {get; set;}
Doctor, Parent, Assistant both can change the case priority.
Add it to class CaseCreate too.
High*
Done in 41428195c9
41428195c9
Added property to CaseUpdate too.
No due date set.
This issue currently doesn't have any dependencies.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Create an enum with 3 values: Low, Normal, Height
Add this to the Case model class:
public Priority Priority {get; set;}
Doctor, Parent, Assistant both can change the case priority.
Add it to class CaseCreate too.
High*
Done in
41428195c9
Added property to CaseUpdate too.