PlanTempusApp/.claude/settings.local.json
Janus C. H. Knudsen 0144e1ae17 Adds time reporting UI with filtering and charts
Implements comprehensive hours report tab with:
- Period and employee filtering
- Statistical overview cards
- Hours per week and absence distribution charts
- Detailed employee hours table

Enhances reports page interactivity and data visualization
2026-01-21 22:45:47 +01:00

22 lines
831 B
JSON

{
"permissions": {
"allow": [
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(dotnet build:*)",
"Bash(find:*)",
"Bash(tree:*)",
"Bash(npm run analyze-css:*)",
"Bash(node:*)",
"Bash(npx esbuild:*)",
"mcp__ide__getDiagnostics",
"Bash(grep:*)",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\*rapport*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\wwwroot\\\\*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\*rapport*.html\")",
"Bash(dir /s /b \"C:\\\\Users\\\\Janus Knudsen\\\\source\\\\swp-repos\\\\Calendar\\\\wwwroot\\\\poc*.html\")",
"Bash(Get-ChildItem:*)",
"Bash(Select-Object -ExpandProperty FullName)"
]
}
}