Calendar/wwwroot/data/mock-departments.json
Janus C. H. Knudsen 570c91527a Adds department view to calendar application
Introduces department-level grouping and rendering in the calendar view

Extends the application to support:
- Department-based resource filtering
- Dynamic department header rendering
- Mock department data infrastructure

Enables more granular organizational views
2025-12-15 18:23:08 +01:00

14 lines
299 B
JSON

[
{
"id": "dept-styling",
"name": "Styling",
"resourceIds": ["EMP001", "EMP002", "EMP003"],
"syncStatus": "synced"
},
{
"id": "dept-training",
"name": "Training",
"resourceIds": ["EMP004", "STUDENT001", "STUDENT002"],
"syncStatus": "synced"
}
]