diff --git a/docs/Index.html b/docs/Index.html
index 060fd1d..063ed8b 100644
--- a/docs/Index.html
+++ b/docs/Index.html
@@ -5,12 +5,12 @@
+ content="WIN Student Goal Tracker — a student goal tracker and reporting for tracking goals, documenting services, and logging critical incidents with auditability and privacy in mind." />
-
WIN — Student Support & Case Management
+ WIN — Student Goal Tracker and Reporting
-
+
@@ -256,7 +256,7 @@
Skip to content
- WIN — Student Support & Case Management
+ WIN — Student Goal Tracker and Reporting
A privacy-minded system for tracking student goals, documenting services and notes,
and logging critical incidents with clear audit trails and role-based access.
@@ -324,8 +324,8 @@
Typical Workflow
- Select a student and review current goals and status.
- - Add or update goals (category, status, progress notes).
- - Record case notes and services provided for that session.
+ - Select a goal.
+ - Record progres events for that goal.
- If needed, log a critical incident with severity and follow-up actions.
- Generate reports for program outcomes and internal review.
@@ -336,7 +336,7 @@
Core Features
- Student profiles: basic demographics and program context.
- - Goal management: categories, statuses, and progress visibility.
+ - Goal management: sub-goals, statuses, and progress visibility.
- Case documentation: notes and service tracking aligned to program needs.
- Critical incidents: consistent logging, review, and escalation support.
- Search & filters: quickly locate students and prioritize follow-ups.
@@ -366,8 +366,9 @@
Project Structure
- api/ — backend services and data access
+ api/ — middle-tier services and data access
ui/ — front-end application
+ db/ — database structures and code
SECURITY.md — security reporting and practices
README.md — build/run instructions and overview