Skip to content

Commit 599e6ac

Browse files
committed
README-driven development :-)
0 parents  commit 599e6ac

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Homeroom: A Student Roster Generator for Somerville
2+
3+
## Overview
4+
Create a roster of students that can be grouped in different ways, including by home-room, by section, by sub-group (e.g. low-income students), and by risk. The student risks are assigned according to a formula using MCAS and other assessments. Teachers, building level administrators, and district administrators can use this roster to see patterns in their classroom and craft specific interventions to support their students.
5+
6+
## Function
7+
This app takes sample student data from Excel as input. (At present from Excel, maybe more automated in the future.) It uses that data to create a roster view that can sort students into groups based on:
8+
9+
* Home room
10+
* Risk factors
11+
* Demographics
12+
* Could users select which fields they want included on the view?
13+
14+
## Share
15+
* __Printable PDFs__: Can be exported of any view for teachers to print out and use at data meetings.
16+
17+
## User stories
18+
As an admin I want to generate reports based on home rooms so that I can see the students at risk in that selected room.
19+
20+
## Future phases
21+
This app could grow in several different ways.
22+
* __Sub-views__: Create sub-views with more limited and focused access to data. These sub-views could be made available to others within the school community, including parents and students.
23+
* __After-school__: Incorporate data about after-school programs.
24+
* __Interventions__: Allow teachers to add interventions to the system and track how they impact student progress. (This is a top priority.)
25+
* __Unique URLs__: Can be generated to be viewed online at a later time by users with access.

0 commit comments

Comments
 (0)