| .. |
|
concerns
|
first commit
|
2017-02-23 12:52:56 -05:00 |
|
legacy
|
chore: remove twilio require statement
|
2023-07-19 12:58:07 -07:00 |
|
report
|
feat: create beyond learning loss report
|
2024-03-19 07:16:13 -07:00 |
|
academic_year.rb
|
Change survey data loader spec to use factorybot objects instead of loading seeds. Change databasecleaner to use transaction. Add back babel-preset dependency to fix failing javascript test in production.
|
2023-03-29 15:45:48 -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
|
chore: performance fixes for response rate calculation
|
2024-01-12 13:38:43 -08:00 |
|
district.rb
|
chore: prevent multiple lookups for the boston district by inlining the
|
2024-01-12 13:29:49 -08:00 |
|
ell.rb
|
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 |
|
gender.rb
|
chore: various fixes for race and gender categorization during cleaning.
|
2023-12-08 14:22:33 -08:00 |
|
income.rb
|
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 |
|
legacy.rb
|
Refactor code based on rubocop and reek suggestions
|
2022-07-11 16:46:30 -07:00 |
|
measure.rb
|
perf: reduce number of queries by requesting grouped_responses once instead of for each measure
|
2024-01-12 13:39:20 -08:00 |
|
race.rb
|
chore: move code that normalizes race data to the Race class
|
2023-12-20 19:07:39 -08:00 |
|
race_score.rb
|
Change race score calculations so the average bubbles up through survey_items
|
2022-08-10 09:58:11 -07:00 |
|
respondent.rb
|
perf: reduce number of queries for respondents
|
2024-01-12 13:40:35 -08:00 |
|
response_rate.rb
|
Refactor code based on rubocop and reek suggestions
|
2022-07-11 16:46:30 -07:00 |
|
response_rate_calculator.rb
|
perf: reduce number of queries for respondents
|
2024-01-12 13:40:35 -08: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 10:36:00 -07:00 |
|
school.rb
|
perf: reduce number of queries for respondents
|
2024-01-12 13:40:35 -08:00 |
|
score.rb
|
Finishes #183092367. Adds ui and graphs to show grade level disaggregations
|
2022-10-16 22:03:25 -07:00 |
|
sped.rb
|
chore: refactor code to put logic into models
|
2023-12-06 13:55:37 -08: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
|
perf: reduce number of calls for student and teacher survey items in response rate calculators
|
2024-01-12 13:41:26 -08:00 |
|
subcategory.rb
|
perf: reduce number of calls for student and teacher survey items in response rate calculators
|
2024-01-12 13:41:26 -08:00 |
|
summary.rb
|
Rename DataAvailability to Summary
|
2023-04-22 10:44:06 -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 10:36:00 -07:00 |
|
survey_item.rb
|
feat: Support two date formats: ISO 8601 and the standard US date format
|
2024-02-27 11:57:20 -08:00 |
|
survey_item_response.rb
|
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 |
|
teacher_response_rate_calculator.rb
|
perf: reduce number of calls for student and teacher survey items in response rate calculators
|
2024-01-12 13:41:26 -08:00 |
|
today.rb
|
implement suggestions from static code analysis tools
|
2022-07-12 19:15:54 -07:00 |