dcata004 commited on
Commit
572a078
·
verified ·
1 Parent(s): ce0cada

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -17
README.md CHANGED
@@ -1,20 +1,29 @@
1
- ---
2
- title: WyomingPrototypeCode
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
- pinned: false
11
- short_description: Streamlit template space
12
- license: mit
13
- ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
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 |