sqm-dashboards/app/models/report
rebuilt 0f457becf0 feat: create a parents by language graph
Update demographics table with lanugage options

Create a lanugage table to hold the new languages

Update the demographic loader to input languages into the database

Update the cleaner to read the language column

Update the parent table to hold a reference to a language

Update the data uploader script to read the language from the csv and update the language information for any parent items that already exist (or create database entries if none already exist)

update the analyze interface to add controls for selecting ‘parents by group’ and a dropdown for ‘parent by language’

Update the analyze controller to read the parent-by-group parameter

Create a graph for the parent-by-group view

Bubble up averages for language calculations.

Make sure n-size only counts responses for a given measure.
2025-04-28 16:42:11 -07:00
..
beyond_learning_loss.rb Add an exports page that allows a user to select which reports they want 2024-08-08 15:53:05 -07:00
beyond_learning_loss_school_response_rates.rb fix: set a threshold for participation count 2024-12-20 13:11:50 -08:00
gps.rb fix: Correctly namespace models to avoid crashing the build process 2024-03-08 14:10:43 -08:00
measure.rb Add an exports page that allows a user to select which reports they want 2024-08-08 15:53:05 -07:00
measure_summary.rb feat: create a parents by language graph 2025-04-28 16:42:11 -07:00
pillar.rb Add all pillars 2023-02-28 19:08:11 -08:00
subcategory.rb fix: correctly load survey items from sample framework file. Fix broken tests 2024-08-27 12:45:52 -07:00
survey_item.rb fix: correctly reference SurveyItemResponse instead of Report::SurveyItemResponse 2024-07-19 11:21:32 -07:00
survey_item_by_grade.rb fix: swap over to using respondents table to calculate which grades need to be included. This fixes a problem where errant responses were polluting the set of grades for a school. Also order the survey items by prompt(alphabetically) 2024-08-15 09:25:58 -07:00
survey_item_by_item.rb feat: remove errant zeros from 'survey item by item' report 2025-01-16 15:59:56 -08:00
survey_item_response.rb feat: add ability to filter export data by student survey item type. Ability added to 'by grade' 'by item' and 'survey item responses' reports 2024-08-21 14:04:44 -07:00