sqm-dashboards/spec
rebuilt b0df611f4d 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-30 16:03:29 -07:00
..
controllers chore: disable all failing legacy specs. Will probably delete this code 2025-01-28 12:14:48 -08:00
fixtures feat: create a parents by language graph 2025-04-30 16:03:29 -07:00
helpers Add an exports page that allows a user to select which reports they want 2024-08-12 16:27:19 -07:00
javascript Replace javascript logic with hotwire. Also hide district dropdown on 2022-12-14 13:41:34 -08:00
lib ECP-77 Make sure admin data seeder updates the description from the latest column 2025-02-13 12:09:24 -08:00
models feat: Add language filter for parent analysis 2025-04-25 16:35:53 -07:00
presenters WIP: bubble up averages for language calculations. Make sure n-size only counts responses for a given measure. Update tests 2025-04-25 16:22:36 -07:00
requests Add an exports page that allows a user to select which reports they want 2024-08-12 16:27:19 -07:00
routing/legacy Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder 2021-12-28 14:10:34 +01:00
services feat: create a parents by language graph 2025-04-30 16:03:29 -07:00
support Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder 2021-12-28 14:10:34 +01:00
system feat: Add overall response rate 2023-08-08 10:01:48 -07:00
views fix: tests 2024-11-14 09:14:38 -08:00
factories.rb WIP: add multiple languages to parent 2025-04-25 16:21:13 -07:00
rails_helper.rb chore: update to rails 8 2024-11-21 13:58:05 -08:00
spec_helper.rb feat: if the filename includes the words 'form' or 'part' add that to the resulting cleaned filename 2023-12-18 15:58:40 -08:00