Enhance school simulation and management by integrating roster functionality, allowing for the installation and persistence of student and staff data. Update the school architecture to include a roster alongside existing components, ensuring proper validation against map layouts. Revise room definitions to support homeroom designations and update related tests to validate new functionalities and ensure robustness in roster handling.
This commit is contained in:
@@ -151,7 +151,7 @@ public static class MapView
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Same rule as floors: <see cref="RoomNode.Label"/> is "1A", not a replacement for "Classroom".
|
||||
/// Same rule as floors: <see cref="RoomNode.Label"/> is "101", not a replacement for "Classroom".
|
||||
/// Do not treat "label equals defName" as "untranslated" — English classrooms are named Classroom.
|
||||
/// </summary>
|
||||
private static string RoomName(DefCatalog catalog, string locale, RoomNode room)
|
||||
|
||||
Reference in New Issue
Block a user