feat: Implement a weekly schedule calendar on the homepage and extend branch management with hall count and phone fields.

This commit is contained in:
kertenkerem
2026-01-08 01:57:54 +03:00
parent 6880c738f9
commit 091435c8b4
10 changed files with 324 additions and 182 deletions

View File

@@ -19,6 +19,7 @@ model Branch {
name String
address String?
phone String?
hallCount Int? @default(1)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
classes DanceClass[]