Addressed comments
This commit is contained in:
parent
a00a4b4e4b
commit
ca9188b1ab
5 changed files with 105 additions and 106 deletions
|
|
@ -75,27 +75,6 @@ vars:
|
|||
# States should be strings in capital letters. Models need to force an upper()
|
||||
"cancelled_booking_state": "'CANCELLED'"
|
||||
"approved_booking_state": "'APPROVED'"
|
||||
"flagged_booking_state": "'FLAGGED'"
|
||||
"incomplete_information_booking_state": "'INCOMPLETEINFORMATION'"
|
||||
"no_flags_booking_state": "'NOFLAGS'"
|
||||
"not_approved_booking_state": "'NOTAPPROVED'"
|
||||
"rejected_booking_state": "'REJECTED'"
|
||||
|
||||
# New Dash services status variables
|
||||
# Status should be strings in capital letters. Models need to force an upper()
|
||||
"protected_service_status": "'PROTECTED'"
|
||||
"rejected_service_status": "'REJECTED'"
|
||||
"no_checks_service_status": "'NOCHECKS'"
|
||||
"no_flags_service_status": "'NOFLAGS'"
|
||||
"paid_service_status": "'PAID'"
|
||||
"pending_service_status": "'PENDING'"
|
||||
"unknown_service_status": "'-'"
|
||||
"partially_protected_service_status": "'PARTIALLY PROTECTED'"
|
||||
"not_protected_service_status": "'NOT PROTECTED'"
|
||||
"not_paid_service_status": "'NOT PAID'"
|
||||
"confirmed_service_status": "'CONFIRMED'"
|
||||
"for_review_service_status": "'FORREVIEW'"
|
||||
"flagged_service_status": "'FLAGGED'"
|
||||
|
||||
# Payment state variables
|
||||
# States should be strings in capital letters. Models need to force an upper()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue