many bug fixes and features added

This commit is contained in:
2026-06-27 12:15:37 -04:00
parent f60174625e
commit 78dbbc2051
51 changed files with 1459 additions and 124 deletions

View File

@@ -50,6 +50,7 @@
<td>@r.SchoolName</td>
<td>
<form asp-action="RecordScore" method="post" class="d-flex gap-1">
<input type="hidden" name="tournamentEventLevelId" value="@telId" />
<input type="hidden" name="EventRegistrationId" value="@r.EventRegistrationId" />
<input type="number" step="0.01" name="RawPerformance" value="@r.Score?.RawPerformance" class="form-control form-control-sm" style="width:100px" />
<button type="submit" class="btn btn-sm btn-outline-primary">Save</button>