a11a134805fix: also load enrollment data when loading staffing information for the latest year
Nelson Jovel
2023-11-06 20:28:27 -0800
8bebe7db42chore: since it's now possible for there to be multiple district and dese id columns separated by a dash and a number, be more explicit when we only want to filter out survey item ids that end in a -1
Nelson Jovel
2023-11-06 14:51:56 -0800
1b82ff9413chore: since it's now possible for there to be multiple district and dese id columns separated by a dash and a number, be more explicit when we only want to filter out survey item ids that end in a -1
Nelson Jovel
2023-11-06 14:51:56 -0800
b63c327d33chore: when searching for dese id, split up pattern so that to be more explicit about the order in which to search out the columns that might have the dese ID we're looking for.
Nelson Jovel
2023-11-06 13:13:37 -0800
a3f9e46414chore: when searching for dese id, split up pattern so that to be more explicit about the order in which to search out the columns that might have the dese ID we're looking for.
Nelson Jovel
2023-11-06 13:13:37 -0800
054e5603b7chore: fix failing legacy tests
Nelson Jovel
2023-11-03 10:18:46 -0700
0610efb77dchore: migration file change
Nelson Jovel
2023-11-02 15:30:22 -0700
cddea60c8bfeat: reduce number of rows to process at one time to reduce memory use
rebuilt
2023-11-02 12:21:07 -0700
02b335ef63feat: reduce number of rows to process at one time to reduce memory use
rebuilt
2023-11-02 12:21:07 -0700
019b954ffafeat: load student responses in the same pass as loading the survey responses
rebuilt
2023-11-02 09:45:30 -0700
9110be31c6chore: fix failing test
rebuilt
2023-11-02 11:06:44 -0700
1a707eb6bcfeat: load student responses in the same pass as loading the survey responses
rebuilt
2023-11-02 09:45:30 -0700
ece1f61aecfeat: add command for loading survey responses from arbitrary sftp directory
rebuilt
2023-10-30 19:44:52 -0700
2d90516f9ffeat: add command for loading survey responses from arbitrary sftp directory
rebuilt
2023-10-30 19:44:52 -0700
79bc91d39ffeat: add command for loading survey responses from arbitrary sftp directory
rebuilt
2023-10-30 19:44:52 -0700
91ab2dd82efeat: instead of the analyze graph label being a simple string, turn it into an array of strings where each item will be placed on a new line
rebuilt
2023-10-27 15:39:50 -0700
a07728fcd6feat: We no longer trust the progress number that gets exported from qualtrics. Instead during the cleaning progress, perform a manual count of the number of responses to filter out rows that don't meet the minimum threshold.
rebuilt
2023-10-27 15:12:24 -0700
b2fdbe5756feat: We no longer trust the progress number that gets exported from qualtrics. Instead during the cleaning progress, perform a manual count of the number of responses to filter out rows that don't meet the minimum threshold.
rebuilt
2023-10-27 15:12:24 -0700
e3fbbabce5feat: We no longer trust the progress number that gets exported from qualtrics. Instead during the cleaning progress, perform a manual count of the number of responses to filter out rows that don't meet the minimum threshold.
rebuilt
2023-10-27 15:12:24 -0700
18ab51c860chore: upgrade to rails 7.1.
rebuilt
2023-10-06 14:41:16 -0700
2fd56047d4Add disaggregation by ELL
rebuilt
2023-08-30 15:18:38 -0700
490522eb1efeat: support multiple columns for race and gender information
rebuilt
2023-08-25 15:37:20 -0700
ce5340648ffix: hide scores on analyze page for scores that don't meet the student threshold of 25%
rebuilt
2023-08-22 12:18:18 -0700
7bd7923d41fix: ensure cleaner outputs columns for all survey items. Before the fix, if a survey item varient (ending in -1, ie s-tint-q1-1) did not have a matching survey item s-tint-q1, the resulting csv would not include that column
rebuilt
2023-08-23 15:30:43 -0700
2c9df34facfix: start fixing problem with variants not getting added to the cleaned csv
rebuilt
2023-08-15 08:50:33 -0700
a0807295edfeat: add popover to analyze graphs that displays the n-size of the different columns. Make sure to only calculate a score for a race if there are more than 10 respondents to a question.
rebuilt
2023-07-26 09:38:45 -0700
45e324e7d2chore: remove outdated admin data loader file. We now use Dese::Loader to load school level data
rebuilt
2023-07-21 12:16:59 -0700
e58ea3f1affeat: Round up response rate. Survey response rates above 24.5 will now meet sufficiency
rebuilt
2023-07-13 11:42:15 -0700
8cf9b4eeb8Add test for income group
rebuilt
2023-07-07 15:44:31 -0700
2ac30bb107feat: 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
rebuilt
2023-06-20 14:50:33 -0700
8e33a4178cfix: fix crash when viewing income graph on analyze page
rebuilt
2023-08-31 10:43:54 -0700
99c29d1c91chore: update to 7.1.1
rebuilt
2023-10-11 16:05:59 -0700
4419aea1dafix: make sure sped is taken into account when caching analyze page
rebuilt
2023-10-11 11:15:13 -0700
9d680c5159chore: upgrade to rails 7.1.
rebuilt
2023-10-06 14:41:16 -0700
acfdaf5587feat: add special education disaggregation
rebuilt
2023-10-05 14:51:36 -0700
060d7aa55aAdd disaggregation by ELL
rebuilt
2023-08-30 15:18:38 -0700
8d33095a48fix: fix crash when viewing income graph on analyze page
rebuilt
2023-08-31 10:43:54 -0700
77e2b1e203fix: I broke the feature where the site would automatically navigate the user to the latest year that had sufficient data when I made response rates calculate on each page load instead of being precalculated and stored in the database. Instead of a database lookup for response rates that meet the sufficiency threshold, I caculate the latest year when a user chooses a school from the welcome page.
rebuilt
2023-08-28 13:46:23 -0700
bcfb52c97afix: I broke the feature where the site would automatically navigate the user to the latest year that had sufficient data when I made response rates calculate on each page load instead of being precalculated and stored in the database. Instead of a database lookup for response rates that meet the sufficiency threshold, I caculate the latest year when a user chooses a school from the welcome page.
rebuilt
2023-08-28 13:46:23 -0700
aaa43cdd64fix: I broke the feature where the site would automatically navigate the user to the latest year that had sufficient data when I made response rates calculate on each page load instead of being precalculated and stored in the database. Instead of a database lookup for response rates that meet the sufficiency threshold, I caculate the latest year when a user chooses a school from the welcome page.
rebuilt
2023-08-28 13:46:23 -0700
abea2cb8fafeat: support multiple columns for race and gender information
rebuilt
2023-08-25 15:37:20 -0700
463e4c9452fix: hide scores on analyze page for scores that don't meet the student threshold of 25%
rebuilt
2023-08-22 12:18:18 -0700
714b90b3ebfix: ensure cleaner outputs columns for all survey items. Before the fix, if a survey item varient (ending in -1, ie s-tint-q1-1) did not have a matching survey item s-tint-q1, the resulting csv would not include that column
rebuilt
2023-08-23 15:30:43 -0700
2321897283fix: start fixing problem with variants not getting added to the cleaned csv
rebuilt
2023-08-15 08:50:33 -0700
f230f76bc6fix: Overall response rate was incorrectly using the updated_at date instead of the recorded date. Also, it was just using the last date for all academic years instead of the last date the survey was taken per academic year.
rebuilt
2023-08-15 16:13:47 -0700
315b398a5afix: Overall response rate was incorrectly using the updated_at date instead of the recorded date. Also, it was just using the last date for all academic years instead of the last date the survey was taken per academic year.
rebuilt
2023-08-15 16:13:47 -0700
aafaeeaf41fix: Overall response rate was incorrectly using the updated_at date instead of the recorded date. Also, it was just using the last date for all academic years instead of the last date the survey was taken per academic year.
rebuilt
2023-08-15 16:13:47 -0700
b3efbdeb33The overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
rebuilt
2023-05-23 20:13:19 -0700
65ca0fd1acMove color definitions out of response rate presenter and into _colors.scss
rebuilt
2023-05-22 12:29:26 -0700
071e7b5208chore: continue cleaning up unneeded tasks
rebuilt
2023-08-09 11:01:46 -0700
2903b455cechore: remove unused tasks from data.rake and one_off.rake
rebuilt
2023-08-08 16:39:29 -0700
fc3f979a58feat: disable income from dropdown
rebuilt
2023-08-08 15:56:20 -0700
a1b580048bchore: remove precalculated race scores. Calculate race scores on every reload
rebuilt
2023-08-07 16:02:59 -0700
76ebcc6ef3feat: 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
rebuilt
2023-06-20 14:50:33 -0700
7373e2e52ffix: Filter out responses that don't correspond to the grades the school serves
rebuilt
2023-08-04 17:10:48 -0700
4711e16c03fix: fix teacher n_size so instead of counting all the indivual teacher responses for a measure, it only counts the unique respondents
Nelson Jovel
2023-08-03 12:40:42 -0700
1265a164b9feat: add popover to analyze graphs that displays the n-size of the different columns. Make sure to only calculate a score for a race if there are more than 10 respondents to a question.
rebuilt
2023-07-26 09:38:45 -0700
d00288fd71Move color definitions out of response rate presenter and into _colors.scss
rebuilt
2023-05-22 12:29:26 -0700
f6f56367fcThe overall response rate is artifically lower because we are including the number of all the students at the school, not just the number of students that took the survey. Updated the overall response rate presenter to return the count of only the grades that took the student survey.
rebuilt
2023-05-23 20:13:19 -0700