Case priority #11

Open
opened 4 years ago by tothpalcsilla · 4 comments

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;}

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;}
trinitas was assigned by tothpalcsilla 4 years ago
Poster

Doctor, Parent, Assistant both can change the case priority.

Doctor, Parent, Assistant both can change the case priority.
Poster

Add it to class CaseCreate too.

Add it to class CaseCreate too.
Owner

High*

High*
Owner

Done in 41428195c9

Added property to CaseUpdate too.

Done in https://gyulai.cloud/git/bme/covidok-backend/commit/41428195c9f935286983b9e6137450f3d7ced4d2 Added property to CaseUpdate too.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.