got debounced saving working. some of the assignment saving logic is real time

This commit is contained in:
2023-08-11 15:19:15 -06:00
parent ea087faa1a
commit b1d5567902
9 changed files with 170 additions and 130 deletions

View File

@@ -2,6 +2,7 @@
@using CanvasModel.EnrollmentTerms
@using Management.Web.Shared.Module
@using Management.Web.Shared.Semester
@using Management.Web.Shared.Components.AssignmentForm
@inject CanvasService canvas
@inject CoursePlanner planner
@@ -55,4 +56,6 @@
<div class="col-4 overflow-y-auto" style="max-height: 95vh;">
<Modules />
</div>
</div>
</div>
<AssignmentForm />