- Add settings management feature to dynamically update total points and sprint days. - Refactor forms and modals for better user feedback, validation, and usability.
14 lines
No EOL
175 B
JSON
14 lines
No EOL
175 B
JSON
{
|
|
"workers": [
|
|
{
|
|
"name": "Mathieu",
|
|
"presenceDays": 0,
|
|
"id": 1
|
|
}
|
|
],
|
|
"settings": {
|
|
"id": 1,
|
|
"totalPoints": 13,
|
|
"totalDays": 10
|
|
}
|
|
} |