Improve the frontend
This commit is contained in:
@@ -57,6 +57,7 @@ class CustomerSegment(enum.Enum):
|
||||
|
||||
class PriorityLevel(enum.Enum):
|
||||
"""Priority levels for orders and customers"""
|
||||
URGENT = "urgent"
|
||||
HIGH = "high"
|
||||
NORMAL = "normal"
|
||||
LOW = "low"
|
||||
|
||||
Reference in New Issue
Block a user