Add opinions storage, morning drift, and Connections card tab.

This commit is contained in:
Leonid Pershin
2026-08-20 07:34:57 +03:00
parent b9d91d387e
commit b1b4f18b40
24 changed files with 1020 additions and 27 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ public static class RosterGenerator
}
var classes = FillClasses(demand.Classes, people);
return LockerAssigner.Apply(catalog, map, new Roster(people, families, classes));
var roster = LockerAssigner.Apply(catalog, map, new Roster(people, families, classes));
return OpinionGenerator.SeedFamily(catalog, roster);
}
/// <summary>