Calendar/wwwroot/data
Janus C. H. Knudsen 5648c7c304 Adds comprehensive mock data repositories and seeding infrastructure
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
2025-11-20 15:25:38 +01:00
..
bookings.json Enhances IndexedDB service with booking and resource support 2025-11-16 19:56:31 +01:00
calendar-config.json Refactors view management in calendar component 2025-11-07 23:07:00 +01:00
customers.json Enhances IndexedDB service with booking and resource support 2025-11-16 19:56:31 +01:00
events.json Enhances IndexedDB service with booking and resource support 2025-11-16 19:56:31 +01:00
mock-bookings.json Adds comprehensive mock data repositories and seeding infrastructure 2025-11-20 15:25:38 +01:00
mock-customers.json Adds comprehensive mock data repositories and seeding infrastructure 2025-11-20 15:25:38 +01:00
mock-events.json Adds mock events data for November 2025 2025-11-18 22:34:04 +01:00
mock-resource-events.json Refactor CalendarConfig to static configuration class 2025-10-31 15:26:07 +01:00
mock-resources.json Adds comprehensive mock data repositories and seeding infrastructure 2025-11-20 15:25:38 +01:00
resources.json Enhances IndexedDB service with booking and resource support 2025-11-16 19:56:31 +01:00