sqm-dashboards/app/models
2023-08-09 12:13:04 -07:00
..
concerns first commit 2017-02-23 12:52:56 -05:00
legacy chore: Add cypress to codebase 2023-07-19 12:43:56 -07:00
report Add date range to subcategory report export 2023-06-23 11:50:12 -07:00
academic_year.rb fix failing tests 2023-04-30 16:35:08 -07:00
admin_data_item.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
admin_data_value.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
application_record.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
category.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
district.rb use district short name when writing filename 2023-05-31 17:12:40 -07:00
gender.rb Add automated data cleaning. Modify SurveyItemValues class to use regex 2023-05-24 11:59:53 -07:00
income.rb feat: Rename income labels to 'Economically Disadvantaged' and 'Not Economically Disadvantaged' 2023-08-09 12:13:04 -07:00
legacy.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
measure.rb fix: Filter out responses that don't correspond to the grades the school serves 2023-08-08 11:46:14 -07:00
race.rb import students 2022-07-29 15:34:56 -07:00
respondent.rb Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00
response_rate.rb Refactor code based on rubocop and reek suggestions 2022-07-11 16:46:30 -07:00
response_rate_calculator.rb Update logic for calculating student response rate. Remove references 2023-04-22 14:00:20 -07:00
sample.rb Load student data for all years and calculate race scores for all 2022-08-20 15:07:15 -07:00
scale.rb Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations 2023-04-22 14:21:48 -07:00
school.rb fix: Filter out responses that don't correspond to the grades the school serves 2023-08-08 11:46:14 -07:00
score.rb Finishes #183092367. Adds ui and graphs to show grade level disaggregations 2022-10-16 22:03:25 -07:00
student.rb Change race score calculations so the average bubbles up through survey_items 2022-08-10 09:58:11 -07:00
student_race.rb import students 2022-07-29 15:34:56 -07:00
student_response_rate_calculator.rb Use weighted average instead of simple average when calculating response rates 2023-06-21 04:45:53 +00:00
subcategory.rb perf: Reduce number of queries. Remove unneeded methods. Combine 2023-06-19 20:49:57 -07:00
summary.rb Rename DataAvailability to Summary 2023-04-22 14:24:39 -07:00
survey.rb Remove surveys table from codebase since it's no longer needed after changing logic surrounding response rates and score calculations 2023-04-22 14:21:48 -07:00
survey_item.rb Fix: Ensure proper detection of survey type. Make sure to remove any survey item ids that end with the survey variant style of '-1' 2023-06-07 12:40:23 -07:00
survey_item_response.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-08-08 15:52:12 -07:00
teacher_response_rate_calculator.rb perf: Reduce number of queries. Remove unneeded methods. Combine 2023-06-19 20:49:57 -07:00
today.rb implement suggestions from static code analysis tools 2022-07-12 19:15:54 -07:00