+11
-1
@@ -33,11 +33,19 @@ enum ProjectStatus {
|
||||
enum ShotStatus {
|
||||
WAITING
|
||||
IN_PROGRESS
|
||||
IN_REVIEW
|
||||
INTERNAL_REVIEW
|
||||
READY_FOR_CLIENT
|
||||
CLIENT_REVIEW
|
||||
REVISIONS
|
||||
COMPLETE
|
||||
}
|
||||
|
||||
enum ShotApprovalStatus {
|
||||
PENDING
|
||||
INTERNALLY_APPROVED
|
||||
CLIENT_APPROVED
|
||||
}
|
||||
|
||||
enum ShotPriority {
|
||||
LOW
|
||||
NORMAL
|
||||
@@ -287,6 +295,8 @@ model Shot {
|
||||
originalFootageUrl String?
|
||||
originalFootageKey String?
|
||||
shotGroupId String?
|
||||
shotApprovalStatus ShotApprovalStatus @default(PENDING)
|
||||
sharedWithClient Boolean @default(false)
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user