mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 01:47:41 +00:00
db updates
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
+1200
-1595
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user