Commit graph

1108 commits

Author SHA1 Message Date
Nelson Jovel
49bef23890 feat: Add more measures to bll request 2024-03-20 08:56:47 -07:00
Nelson Jovel
e8024eccda fix: remove duplicate measure ids from report 2024-03-19 09:24:13 -07:00
Nelson Jovel
3117080f2d fix: make sure averages for admin data scales are included in report 2024-03-19 08:16:49 -07:00
Nelson Jovel
7666b5466b feat: create beyond learning loss report 2024-03-19 07:17:22 -07:00
Nelson Jovel
9880343d79 fix: fix broken tests 2024-03-14 12:56:43 -07:00
Nelson Jovel
5662d04eb5 feat: change the text of the prompts for survey items 2024-03-14 12:56:34 -07:00
Nelson Jovel
4082f2ad1c Revert "chore: update source of truth and add a way to delete 'Library Access' measure from database"
This reverts commit a70a6ae32c.
2024-03-08 14:53:40 -08:00
Nelson Jovel
31f42b3434 chore: update source of truth and add a way to delete 'Library Access' measure from database 2024-03-08 14:52:24 -08:00
Nelson Jovel
a70a6ae32c chore: update source of truth and add a way to delete 'Library Access' measure from database 2024-03-08 14:42:53 -08:00
Nelson Jovel
9ab5f89ed7 fix: Correctly namespace models to avoid crashing the build process 2024-03-08 14:18:25 -08:00
Nelson Jovel
8dfaa86982 feat: create a score csv report for measures 2024-03-06 15:50:07 -08:00
Nelson Jovel
03a4697683 fix: add pre-k to list of grades 2024-03-05 22:35:51 -08:00
Nelson Jovel
3c3b0d2cf5 fix: loosen restrictions on date format 2024-03-01 10:16:15 -08:00
Nelson Jovel
bd1a7b3877 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:50 -08:00
Nelson Jovel
c4d8b927af feat: Support two date formats: ISO 8601 and the standard US date format
used in google sheets
2024-02-27 12:00:45 -08:00
Nelson Jovel
7d527b5639 chore: support alternate format for recorded date 2024-02-23 14:23:46 -08:00
Nelson Jovel
9a65e81aac fix: fix failing test 2024-02-23 11:55:06 -08:00
Nelson Jovel
8d596faeeb chore: alphabetize districts when writing filename for cleaned files 2024-02-23 11:28:42 -08:00
Nelson Jovel
c6c9fd38de fix: batch in smaller size to stay within memory limits 2024-02-23 10:34:18 -08:00
Nelson Jovel
f62854117f fix: support alternate format for active admin data items. Support both 'True/False' and '1/0' 2024-02-23 08:58:46 -08:00
Nelson Jovel
faeef0e0c2 feat: update staffing and enrollment numbers 2024-02-22 12:42:30 -08:00
Nelson Jovel
e97e7047b1 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:04:36 -08:00
Nelson Jovel
24ddcd936a fix: fix failing tests 2024-02-22 12:04:22 -08:00
Nelson Jovel
a901cb4945 feat: update framework with new teacher survey items 2024-02-22 12:04:12 -08:00
Nelson Jovel
e2ba084e5b 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:27:29 -08:00
Nelson Jovel
06cb494f45 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:27:21 -08:00
Nelson Jovel
e1fc5dbbaa feat: add 2023-24 academic year and make sure previous year enrollment
and staffing data get loaded when missing
2024-02-20 21:06:55 -08:00
Nelson Jovel
c6960c957d chore: rename admin data to school data on analyze page 2024-01-31 14:25:59 -08:00
Nelson Jovel
5fc5c21bcb feat: change 'school admin data' to 'school data' 2024-01-31 11:04:00 -08:00
Nelson Jovel
2e0cc3a4d8 fix: make sure response rate gets rounded to nearest integer 2024-01-12 14:18:39 -08:00
Nelson Jovel
978942ab34 perf: add pghero and implement pghero suggestions. Remove unneeded indexes 2024-01-12 14:01:22 -08:00
Nelson Jovel
edbb84334a perf: reduce number of calls for student and teacher survey items in response rate calculators 2024-01-12 13:55:14 -08:00
Nelson Jovel
ec5c1bd1ef fix: correct a problem where survey items with insufficient responses were contributing to the response rate calculation 2024-01-12 13:54:59 -08:00
Nelson Jovel
cf9dd9042d perf: reduce time spent in sql query for student response rate 2024-01-12 13:54:00 -08:00
Nelson Jovel
b70755aef1 chore: refactor teacher response rate 2024-01-12 13:53:51 -08:00
Nelson Jovel
45ea735fa5 perf: reduce number of queries for teacher survey_items 2024-01-12 13:53:41 -08:00
Nelson Jovel
3718d74e62 perf: reduce number of queries for respondents 2024-01-12 13:53:33 -08:00
Nelson Jovel
2cfa35534d perf: update to ruby 3.3.0 so I can enable yjit in prod 2024-01-12 13:53:21 -08:00
Nelson Jovel
277e36429a perf: reduce number of queries by requesting grouped_responses once instead of for each measure 2024-01-12 13:52:41 -08:00
Nelson Jovel
5b34c2257f chore: performance fixes for response rate calculation 2024-01-12 13:51:59 -08:00
Nelson Jovel
47cca3ce1f fix: reduce number of n+1 queries 2024-01-12 13:51:14 -08:00
Nelson Jovel
12d0591edc chore: update rails and puma 2024-01-12 13:50:10 -08:00
Nelson Jovel
2dd73f003c chore: remove method that wasn't needed 2024-01-12 13:49:11 -08:00
Nelson Jovel
a960202d66 chore: performance fixes for response rate calculation 2024-01-12 13:49:02 -08:00
Nelson Jovel
9e368ae47d chore: prevent multiple lookups for the boston district by inlining the
sql
2024-01-12 13:48:51 -08:00
Nelson Jovel
db7c74479d chore: memoize grades for school 2024-01-12 13:48:08 -08:00
Nelson Jovel
d2efec1574 fix: reduce number of n+1 queries 2023-12-21 13:35:48 -08:00
Nelson Jovel
2a125aa058 chore: bring in some refactoring changes that didn't get copied over from the main branch 2023-12-20 19:27:06 -08:00
Nelson Jovel
75451648e5 chore: move code that normalizes race data to the Race class 2023-12-20 19:07:52 -08:00
Nelson Jovel
7670246291 chore: remove reference to cypress test in ci 2023-12-20 14:14:56 -08:00