Final approval #158633809
This commit is contained in:
dandds
2018-09-11 16:24:10 -04:00
committed by GitHub
7 changed files with 82 additions and 22 deletions

View File

@@ -16,9 +16,10 @@ class RequestStatus(Enum):
PENDING_CCPO_ACCEPTANCE = "Pending CCPO Acceptance"
PENDING_CCPO_APPROVAL = "Pending CCPO Approval"
CHANGES_REQUESTED = "Changes Requested"
CHANGES_REQUESTED_TO_FINVER = "Change Requested to Financial Verification"
APPROVED = "Approved"
EXPIRED = "Expired"
CANCELED = "Canceled"
DELETED = "Deleted"
class RequestStatusEvent(Base):