sqm-dashboards/spec/models
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
..
analyze/graph/column Refactor GroupedBarColumnPresenter to accept a configuration so that a 2025-03-11 12:56:41 -07:00
report fix: correctly load survey items from sample framework file. Fix broken tests 2024-08-27 12:45:52 -07:00
academic_year_spec.rb Split academic year into seasons if the academic year's range is 2024-04-25 09:21:04 -07:00
admin_data_value_spec.rb Change survey data loader spec to use factorybot objects instead of loading seeds. Change databasecleaner to use transaction. Add back babel-preset dependency to fix failing javascript test in production. 2023-03-28 03:06:17 -07:00
district_spec.rb Fix failing tests 2023-03-21 16:16:07 -07:00
gender_spec.rb Create gender class. Load genders to database from demographics file 2022-10-21 17:47:52 -07:00
housing_spec.rb feat: Update demographics file with housing statuses. Create housing class. Update survey_item_values.rb to parse housing info. Update cleaner to output housing info. 2025-03-27 15:20:40 -07:00
income_spec.rb feat: Add income table to the database. Add seeder for income. Add a reference to income from survey item response. Update the loader to import income data from the survey response csv. Refactor analyze controller to extract presenter. Add corresponding specs. Add income graph to analyze page 2023-07-07 09:14:36 -07:00
language_spec.rb feat: create a parents by language graph 2025-04-28 16:42:11 -07:00
measure_spec.rb Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations 2023-04-20 20:51:04 -07:00
parent_language_spec.rb feat: create a parents by language graph 2025-04-28 16:42:11 -07:00
parent_spec.rb Show parent response rate 2024-11-03 12:47:25 -08:00
pillar_spec.rb Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations 2023-04-20 20:51:04 -07:00
race_spec.rb Create ui for data filters. Add listeners to direct to the correct url. Update ui based on the list of selected params 2022-07-26 06:52:50 -07:00
respondent_spec.rb chore: rename counts_by_grade to enrollment_by_grade for clarity 2023-12-18 15:01:33 -08:00
response_rate_calculator_spec.rb fix: correct a problem where survey items with insufficient responses were contributing to the response rate calculation 2023-12-26 22:14:56 -08:00
response_rate_spec.rb Create response rate model 2022-06-14 15:28:20 -07:00
sample_spec.rb Load student data for all years and calculate race scores for all 2022-08-20 15:07:15 -07:00
scale_spec.rb Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations 2023-04-20 20:51:04 -07:00
score_spec.rb Finishes #183092367. Adds ui and graphs to show grade level disaggregations 2022-10-16 22:03:25 -07:00
student_race_spec.rb import students 2022-07-29 15:34:56 -07:00
subcategory_spec.rb Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations 2023-04-20 20:51:04 -07:00
survey_item_response_spec.rb Exclude boston results. Completes #182117456 2022-05-11 11:22:05 -07:00
survey_item_spec.rb Add automated data cleaning. Modify SurveyItemValues class to use regex 2023-05-16 13:38:29 -07:00