Spaces:
Sleeping
Sleeping
Create README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,29 @@
|
|
| 1 |
-
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
short_description:
|
| 12 |
-
|
| 13 |
-
---
|
| 14 |
|
| 15 |
-
#
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Wyoming Accountability Dashboard
|
| 3 |
+
emoji: 🤠
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.31.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
short_description: ACCOUNTABILITY AND DATA ANALYTIC MONITORING DASHBOARD
|
| 12 |
+
---
|
|
|
|
| 13 |
|
| 14 |
+
# Wyoming Accountability Monitoring & Data Analytic Dashboard
|
| 15 |
|
| 16 |
+
This is a secure prototype demonstrating a State/District/School accountability dashboard.
|
| 17 |
|
| 18 |
+
## Features
|
| 19 |
+
- **Role Based Access Control (RBAC):** Login as State Admin, District Superintendent, or School Principal.
|
| 20 |
+
- **Nightly Data Sync Simulation:** Generates fresh Wyoming-contextualized data on every load.
|
| 21 |
+
- **Drill-down Analytics:** View WY-TOPP scores by district, school, or grade level.
|
| 22 |
+
- **Risk Monitoring:** Identifies students with low attendance or low math scores.
|
| 23 |
+
|
| 24 |
+
## Login Credentials (Demo)
|
| 25 |
+
| Role | Username | Password | Scope |
|
| 26 |
+
|------|----------|----------|-------|
|
| 27 |
+
| **State Admin** | `admin` | `password123` | All Data |
|
| 28 |
+
| **District Supt** | `laramie_supt` | `wyo` | Laramie County SD #1 Only |
|
| 29 |
+
| **Principal** | `teton_principal` | `mountains` | Teton Elementary Only |
|