diff --git a/README.md b/README.md index 51ae65d..68346ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WIN – Student Support & Case Management System +### Jump to the [Project Home Page](https://opelly27.github.io/WinStudentGoalTracker/Index.html) + ## Overview **WIN (Wellness & Intervention Network)** is a secure, role-based case management application designed to support student intervention documentation, service tracking, and compliance workflows. diff --git a/db/Objects/procedures/sp_Student_GetAll.sql b/db/Objects/procedures/sp_Student_GetAll.sql index 0ad5350..f0b31cf 100644 --- a/db/Objects/procedures/sp_Student_GetAll.sql +++ b/db/Objects/procedures/sp_Student_GetAll.sql @@ -1,7 +1,5 @@ DELIMITER ;; CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`() -DELIMITER ;; -CREATE DEFINER=`root`@`%` PROCEDURE `sp_Student_GetAll`() BEGIN SELECT id_student, diff --git a/docs/Index.html b/docs/Index.html index 269de2f..060fd1d 100644 --- a/docs/Index.html +++ b/docs/Index.html @@ -110,6 +110,10 @@ .grid-3 { grid-template-columns: 1fr 1fr 1fr; } + + .grid-4 { + grid-template-columns: 1fr 1fr 1fr 1fr; + } } .card { @@ -467,6 +471,30 @@ +
+

Lighthouse Scores

+

This page achieved the following Lighthouse scores:

+
+
+ 100 + Performance +
+
+ 100 + Accessibility +
+
+ 100 + Best Practices +
+
+ 100 + SEO +
+
+ Tested in a Chrome Incognito window. YMMV. +
+