Implement yearly intake functionality in school simulation, allowing for the graduation of students and the addition of new first-year pupils. Update the roster management to reflect these changes, ensuring proper entity handling in the simulation. Enhance the API to support name sets during roster installation and revise related tests to validate the new intake process and roster updates.
This commit is contained in:
@@ -11,7 +11,7 @@ way; this file is *how to work in them*.
|
||||
| schools, the game clock, game rules | `src/HSchool.Simulation` |
|
||||
| defs, JSONC catalog, map validation | `src/HSchool.Content` |
|
||||
| skills, traits, body, needs, name sets | `src/HSchool.Content` |
|
||||
| people generation, families, roster records | `src/HSchool.People` |
|
||||
| people generation, families, roster records, yearly intake | `src/HSchool.People` |
|
||||
| people in a school's World, need decay | `src/HSchool.Simulation` |
|
||||
| the menu API (list, create, delete, mods, catalog) and the people list/card | `src/HSchool.Server/Api` **and** `docs/protocol.md` |
|
||||
| what the socket carries | `src/HSchool.Protocol` **and** `src/HSchool.Client/src/net/protocol.ts` **and** `docs/protocol.md` |
|
||||
|
||||
Reference in New Issue
Block a user