Implements polymorphic data seeding mechanism for initial application setup - Adds Mock repositories for Event, Booking, Customer, and Resource entities - Creates DataSeeder to automatically populate IndexedDB from JSON sources - Enhances index.ts initialization process with data seeding step - Adds mock JSON data files for comprehensive test data Improves offline-first and development testing capabilities |
||
|---|---|---|
| .. | ||
| bookings.json | ||
| calendar-config.json | ||
| customers.json | ||
| events.json | ||
| mock-bookings.json | ||
| mock-customers.json | ||
| mock-events.json | ||
| mock-resource-events.json | ||
| mock-resources.json | ||
| resources.json | ||