planning-fight/db.json
Mathieu 4ffc736fea - Rename application from "Worker Presence Tracker" to "Worker Presence Manager" in UI texts and metadata.
- Add settings management feature to dynamically update total points and sprint days.
- Refactor forms and modals for better user feedback, validation, and usability.
2025-11-19 13:34:08 +01:00

14 lines
No EOL
175 B
JSON

{
"workers": [
{
"name": "Mathieu",
"presenceDays": 0,
"id": 1
}
],
"settings": {
"id": 1,
"totalPoints": 13,
"totalDays": 10
}
}