working on rubric

This commit is contained in:
2023-07-25 09:08:09 -06:00
parent ffaf4e1164
commit a8221ccb5f
8 changed files with 204 additions and 35 deletions

View File

@@ -12,6 +12,7 @@
_selectedTermId = value;
if(selectedTerm != null && planner.LocalCourse != null)
{
System.Console.WriteLine(JsonSerializer.Serialize(selectedTerm));
planner.LocalCourse = planner.LocalCourse with
{
StartDate=selectedTerm.StartAt ?? new DateTime(),