db updates

This commit is contained in:
ivan-pelly
2026-02-21 10:57:31 -08:00
parent 8304d65e65
commit fb1eea6d08
4 changed files with 1230 additions and 1597 deletions
+2
View File
@@ -1,5 +1,7 @@
# WIN Student Support & Case Management System # WIN Student Support & Case Management System
### Jump to the [Project Home Page](https://opelly27.github.io/WinStudentGoalTracker/Index.html)
## Overview ## Overview
**WIN (Wellness & Intervention Network)** is a secure, role-based case management application designed to support student intervention documentation, service tracking, and compliance workflows. **WIN (Wellness & Intervention Network)** is a secure, role-based case management application designed to support student intervention documentation, service tracking, and compliance workflows.
@@ -1,7 +1,5 @@
DELIMITER ;; DELIMITER ;;
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`() CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`()
DELIMITER ;;
CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`()
BEGIN BEGIN
SELECT SELECT
id_student, id_student,
+28
View File
@@ -110,6 +110,10 @@
.grid-3 { .grid-3 {
grid-template-columns: 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr;
} }
.grid-4 {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
} }
.card { .card {
@@ -467,6 +471,30 @@
</div> </div>
</section> </section>
<section class="card" style="margin-top:1.25rem;" aria-labelledby="lighthouse">
<h2 id="lighthouse">Lighthouse Scores</h2>
<p class="muted">This page achieved the following Lighthouse scores:</p>
<div class="grid grid-4" style="margin-top:0.75rem;">
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>Performance</span>
</div>
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>Accessibility</span>
</div>
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>Best Practices</span>
</div>
<div class="kpi" style="text-align:center;">
<strong>100</strong>
<span>SEO</span>
</div>
</div>
<small style="display:block;text-align:center;margin-top:8px;">Tested in a Chrome Incognito window. YMMV.</small>
</section>
</main> </main>
<footer role="contentinfo"> <footer role="contentinfo">
+911 -1306
View File
File diff suppressed because it is too large Load Diff