Modify Shot Data Table Functions

This commit is contained in:
2026-03-05 22:12:02 +08:00
parent c8c4c99a6e
commit 1f229bff6c
26 changed files with 212 additions and 186 deletions
+2
View File
@@ -23,6 +23,7 @@ export interface Task {
assigned_user_id?: number
assigned_user_name?: string
assigned_user_email?: string
assigned_user_avatar_url?: string | null
created_at: string
updated_at: string
}
@@ -65,6 +66,7 @@ export interface ProductionNote {
user_first_name: string
user_last_name: string
user_email: string
user_avatar_url?: string | null
child_notes?: ProductionNote[]
}