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
14 lines
299 B
JSON
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"
|
|
}
|
|
]
|