apply the school year concept
Tests / PHPUnit (push) Failing after 1m19s

This commit is contained in:
root
2026-07-14 00:59:00 -04:00
parent 504c3bc9f9
commit feb1b29a32
73 changed files with 4288 additions and 620 deletions
@@ -101,9 +101,9 @@ function orderNum($v)
?>
<div class="mb-4 text-center">
<p class="text-muted small mb-1">Active Students</p>
<p class="text-muted small mb-1">Enrolled Students</p>
<div class="display-4 fw-semibold"><?= (int)$totalStudents ?></div>
<p class="text-muted small mb-0">Reflects only currently active students, so removals update the count instantly.</p>
<p class="text-muted small mb-0">Reflects accepted enrollments for the selected school year.</p>
</div>
<form method="get" class="row g-3 mb-4 align-items-end">
@@ -132,8 +132,8 @@ function orderNum($v)
<div class="col-lg-4">
<div class="card shadow-sm h-100">
<div class="card-header py-2 d-flex justify-content-between align-items-center">
<strong>Active Student Snapshot</strong>
<span class="badge bg-primary"><?= (int)$totalStudents ?> active</span>
<strong>Enrolled Student Snapshot</strong>
<span class="badge bg-primary"><?= (int)$totalStudents ?> enrolled</span>
</div>
<div class="card-body">
<div class="d-flex flex-wrap gap-3">