Implement applicant pool functionality in school simulation, allowing for the management of job seekers who are not yet part of the school roster. Update the catalog to include staffing definitions and enhance the API to support applicant data retrieval. Revise the school architecture to handle applicant refresh logic and ensure proper integration with existing roster management. Update tests to validate the new applicant functionalities and ensure robustness in handling staffing scenarios.
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
"HotTempered": "Hot-tempered",
|
||||
"Kind": "Kind",
|
||||
"Neat": "Neat",
|
||||
"Staffing": "Staffing",
|
||||
"Height": "Height",
|
||||
"Weight": "Weight",
|
||||
"HairColor": "Hair colour",
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
"HotTempered": "Вспыльчивый",
|
||||
"Kind": "Добрый",
|
||||
"Neat": "Аккуратный",
|
||||
"Staffing": "Штат",
|
||||
"Height": "Рост",
|
||||
"Weight": "Вес",
|
||||
"HairColor": "Цвет волос",
|
||||
|
||||
Reference in New Issue
Block a user