Commit graph

1164 commits

Author SHA1 Message Date
Nelson Jovel
d90669b74d feat: create beyond learning loss report 2024-03-19 07:16:13 -07:00
Nelson Jovel
4c95ea77a9 feat: update framework 2024-03-14 13:05:12 -07:00
Nelson Jovel
e17a029366 fix: fix broken tests 2024-03-14 12:53:21 -07:00
Nelson Jovel
f3dc21efa6 feat: change the text of the prompts for survey items 2024-03-14 12:49:09 -07:00
Nelson Jovel
259ec29dc2 fix: Correctly namespace models to avoid crashing the build process 2024-03-08 14:17:57 -08:00
Nelson Jovel
9f83b3dae4 fix: add pre-k to list of grades 2024-03-05 22:32:34 -08:00
Nelson Jovel
1e560294e1 fix: loosen restrictions on date format 2024-03-01 10:15:55 -08:00
Nelson Jovel
9bfb76db5a match an additional format for Dates. Supported dates are now '1/10/2022 14:21:45' '2022-1-10T14:21:45' '2022-1-10 14:21:45' 2024-03-01 09:30:43 -08:00
Nelson Jovel
fc2c52984c fix: correct recorded dates of sample csvs 2024-02-27 12:09:54 -08:00
Nelson Jovel
c3cb05701f feat: Support two date formats: ISO 8601 and the standard US date format
used in google sheets
2024-02-27 11:57:20 -08:00
Nelson Jovel
23d23c4962 chore: support alternate format for recorded date 2024-02-23 14:21:53 -08:00
Nelson Jovel
aa7af11a4e fix: fix failing test 2024-02-23 11:54:57 -08:00
Nelson Jovel
be5b63637b chore: alphabetize districts when writing filename for cleaned files 2024-02-23 11:28:30 -08:00
Nelson Jovel
40dac402ee doc: document the alternate valid command for specifying what folder to load from 2024-02-23 10:37:34 -08:00
Nelson Jovel
d2e1be948d fix: support alternate format for active admin data items. Support both 'True/False' and '1/0' 2024-02-23 08:58:34 -08:00
Nelson Jovel
5b31fb9da1 feat: update staffing and enrollment numbers 2024-02-22 12:03:45 -08:00
Nelson Jovel
cc8ed48204 fix: no longer support 'form' in filename when cleaning. Only look for 'part X' and add that to the filename if it exists 2024-02-22 12:02:25 -08:00
Nelson Jovel
d907e2742e fix: fix failing tests 2024-02-22 12:02:15 -08:00
Nelson Jovel
1a6e03e243 feat: update framework with new teacher survey items 2024-02-22 12:02:04 -08:00
Nelson Jovel
de83154342 fix: Support true/false column values when categorizing income status. True is categorized as Economically Disadvantaged. False is categorized as Not Economically Disadvantaged 2024-02-20 21:26:58 -08:00
Nelson Jovel
8c458ae986 fix: change the default to not an english language learner. Blank columns are treated as Not ELL. Only mark student as an english language learner if it's marked as such. Columns marked with 'NA' are treated as unknown 2024-02-20 21:26:49 -08:00
Nelson Jovel
59b7416a3a feat: change 'school admin data' to 'school data' 2024-01-31 11:02:23 -08:00
Nelson Jovel
4c1713e538 perf: add pghero and implement pghero suggestions. Remove unneeded indexes 2024-01-12 13:42:25 -08:00
Nelson Jovel
0c87e20095 perf: reduce number of calls for student and teacher survey items in response rate calculators 2024-01-12 13:41:26 -08:00
Nelson Jovel
978b69b095 fix: correct a problem where survey items with insufficient responses were contributing to the response rate calculation 2024-01-12 13:41:17 -08:00
Nelson Jovel
946b0833fd perf: reduce time spent in sql query for student response rate 2024-01-12 13:41:07 -08:00
Nelson Jovel
6bea0bc2d0 chore: refactor teacher response rate 2024-01-12 13:40:56 -08:00
Nelson Jovel
af82f6999a perf: reduce number of queries for teacher survey_items 2024-01-12 13:40:46 -08:00
Nelson Jovel
f3fddd67b0 perf: reduce number of queries for respondents 2024-01-12 13:40:35 -08:00
Nelson Jovel
2d40e483da perf: update to ruby 3.3.0 so I can enable yjit in prod 2024-01-12 13:40:23 -08:00
Nelson Jovel
b2e866a895 perf: reduce number of queries by requesting grouped_responses once instead of for each measure 2024-01-12 13:39:20 -08:00
Nelson Jovel
a14110b883 chore: performance fixes for response rate calculation 2024-01-12 13:38:43 -08:00
Nelson Jovel
77193cdf35 fix: reduce number of n+1 queries 2024-01-12 13:36:01 -08:00
Nelson Jovel
31c40297d3 chore: update rails and puma 2024-01-12 13:31:29 -08:00
Nelson Jovel
61f861a4f7 chore: remove method that wasn't needed 2024-01-12 13:31:19 -08:00
Nelson Jovel
6a2723af84 chore: performance fixes for response rate calculation 2024-01-12 13:31:09 -08:00
Nelson Jovel
7ba124ac91 chore: prevent multiple lookups for the boston district by inlining the
sql
2024-01-12 13:29:49 -08:00
Nelson Jovel
b29e6a75ec chore: memoize grades for school 2024-01-12 13:28:49 -08:00
Nelson Jovel
586c6f4b4c fix: reduce number of n+1 queries 2023-12-21 13:35:02 -08:00
Nelson Jovel
080a054cad chore: move code that normalizes race data to the Race class 2023-12-20 19:07:39 -08:00
Nelson Jovel
c565dbe46f chore: remove lowell seeding rules 2023-12-20 14:06:53 -08:00
Nelson Jovel
a0c0b1d01d chore: reenable test spec that tests data loader for races 2023-12-20 12:40:04 -08:00
Nelson Jovel
d4109fda6f chore: refactor Race out of survey_item_values 2023-12-20 12:27:53 -08:00
Nelson Jovel
3e4ef9cb08 chore: refactor Gender out out of survey_item_values row 2023-12-20 12:27:44 -08:00
Nelson Jovel
1a49975c0b chore: fix binstubs 2023-12-20 12:27:36 -08:00
Nelson Jovel
2aff49516b chore: remove todo 2023-12-20 12:27:26 -08:00
Nelson Jovel
511b86ff71 chore: slight improvement to test execution time by disabling all but the most fatal of logging 2023-12-20 12:27:16 -08:00
Nelson Jovel
0733eb410d chore: remove cypress 2023-12-19 14:09:09 -08:00
Nelson Jovel
e669ec59c4 fix: binstubs 2023-12-19 14:07:51 -08:00
Nelson Jovel
8ec9e98850 chore: update gem versions 2023-12-19 14:07:36 -08:00