Enhance school simulation management by introducing a new SchoolWeekDays option, allowing configuration of the number of working days in a week. Update the API to include school week days in responses and enhance documentation to reflect these changes. Revise UI components to support the new management features, ensuring a seamless user experience when hiring and assigning staff. Update localization strings for improved clarity and consistency across the application.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"defName": "AutumnBreak",
|
||||
"start": { "month": 10, "day": 29 },
|
||||
"end": { "month": 11, "day": 4 },
|
||||
},
|
||||
{
|
||||
"defName": "WinterBreak",
|
||||
"start": { "month": 12, "day": 31 },
|
||||
"end": { "month": 1, "day": 13 },
|
||||
},
|
||||
{
|
||||
"defName": "SpringBreak",
|
||||
"start": { "month": 3, "day": 24 },
|
||||
"end": { "month": 3, "day": 31 },
|
||||
},
|
||||
{
|
||||
"defName": "SummerBreak",
|
||||
"start": { "month": 6, "day": 1 },
|
||||
"end": { "month": 8, "day": 31 },
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user