Student Progress | Reports | Classrooms | Intervention Tracking
This report will detail students who are and are not On Track for any plan currently In Progress.
User Stories:
Given I am a classroom teacher, I want to view a list of which students are and are not on track, so I know where to prioritize my time
Acceptance Criteria:
Given I am a user who has clicked into the Student Progress reports, I will see the report filtered by all Subjects and On Track by default
Given I am a user viewing the On Track report, I will see a list of students who have a plan currently set to In Progress with a Progress Status of Partial Progress, Adequate Progress, or Substantial Progress.
Given I am a user viewing the Not on Track Report, I will see a list of students who have a plan currently set to In Progress with a Progress Status of No Progress or Limited Progress
Design: https://www.figma.com/file/gdwMnbpudJxuzVrORrOGvd/Ed-Member-Site-UX?node-id=15812%3A180867
General Concept
UI
When the user is in the Reports area for Intervention Plans and filters to Student Progress, they will have the option to view a list of students with plans currently In Progress that are on track vs those not on track
The user can view these reports for All Subjects or can filter to a specific subject only
Business Rules
We will default to All Subjects and On Track
On Track
UI
When the user is viewing the On Track report, we will display a report showing Student Name, Last Update, Subject, and Status
The user can filter by any column
Clicking on the Status button will take the user to that student’s plan
If the user clicks the export button, we will export the table to excel or CSV based on filter selections
If the user clicks the print button, we will print what is shown on the main part of the screen
Business Rules
Students
Students will show on this list if they have a plan with a current status of In Progress and a progress status of one of the following:
Partial Progress
Adequate Progress
Substantial Progress
If a student has more than one plan that meets this criteria, they will appear on the list more than once
This column will list student name as First Name Last Name
If the user chooses to sort by this column, We will sort alphabetically by last name (but name will show as First Name Last name). This will be default sort.
Last Update
This will list the date the plan was last updated
Subject
We will list the subject area of the plan
If the user chooses to sort by this column, we will sort subject area alphabetically
Status
This will list the current progress status of any plan In Progress
For plans with a current progress status of Progress or Substantial Progress, we will show the Green button
For plans with a current progress status of Partial Progress, we will show the yellow button
Not on Track
UI
When the user is viewing the Not On Track report, we will display a report showing Student Name, Last Update, Subject, and Status
The user can filter by any column
Clicking on the Status button will take the user to that student’s plan
If the user clicks the export button, we will export the table to excel or CSV based on filter selections
If the user clicks the print button, we will print what is shown on the main part of the screen
Business Rules
Students
Students will show on this list if they have a plan with a current status of In Progress and a progress status of one of the following:
No Progress
Limited Progress
If a student has more than one plan that meets this criteria, they will appear on the list more than once
This column will list student name as First Name Last Name
If the user chooses to sort by this column, We will sort alphabetically by last name (but name will show as First Name Last name). This will be default sort.
Last Update
This will list the date the plan was last updated
Subject
We will list the subject area of the plan
If the user chooses to sort by this column, we will sort subject area alphabetically
Status
This will list the current progress status of any plan In Progress
For plans with a current progress status of No Progress, we will show the red button
For plans with a current progress status of Limited Progress, we will show the yellow button