Merge branch 'dev' into Inconsistent-Shift-Booking-Status

This commit is contained in:
Achintha Isuru
2026-02-26 10:38:02 -05:00
committed by GitHub
204 changed files with 15504 additions and 1061 deletions

View File

@@ -1,7 +1,12 @@
enum AttireVerificationStatus {
PENDING
FAILED
SUCCESS
PROCESSING
AUTO_PASS
AUTO_FAIL
NEEDS_REVIEW
APPROVED
REJECTED
ERROR
}
type StaffAttire @table(name: "staff_attires", key: ["staffId", "attireOptionId"]) {