Adds hierarchical grouping and entity resolution support
Enhances calendar rendering with dynamic parent-child relationships between entities Introduces EntityResolver for dot-notation references Supports belongsTo configuration in grouping Implements flexible filtering across hierarchical entities Improves rendering flexibility for complex organizational structures
This commit is contained in:
parent
dd647acab8
commit
d4249eecfb
17 changed files with 403 additions and 44 deletions
14
wwwroot/data/mock-teams.json
Normal file
14
wwwroot/data/mock-teams.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"id": "team1",
|
||||
"name": "Team Alpha",
|
||||
"resourceIds": ["EMP001", "EMP002"],
|
||||
"syncStatus": "synced"
|
||||
},
|
||||
{
|
||||
"id": "team2",
|
||||
"name": "Team Beta",
|
||||
"resourceIds": ["EMP003", "EMP004"],
|
||||
"syncStatus": "synced"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue