Commit graph

760 commits

Author SHA1 Message Date
Nelson Jovel
9c954f97ec Update admin data collection rate numbers on browse page. Also, if all admin data has been collected, do not show 'insufficient data' indicator. Finishes #181754853 2022-04-13 20:14:25 -07:00
Nelson Jovel
a8507d817c Update student survey responses for the 2018-19 school year 2022-04-11 10:31:11 -07:00
Nelson Jovel
fe319a51b3 Load survey responses for boston 2018-19. Finishes #181793120 2022-04-07 12:12:10 -07:00
Nelson Jovel
8a4baf0f99 Add documentation for loading admin data values 2022-04-07 12:10:27 -07:00
Nelson Jovel
9ecc501e24 Display measure scores. Finishes #181754978 2022-04-06 13:09:33 -07:00
Nelson Jovel
448e883f39 Add new csv for student and teacher metadata. Finishes #181530310 2022-04-01 10:46:05 -07:00
Nelson Jovel
6f629e2feb Add survey responses from 2016 through 2018. Finishes #181255948 2022-03-31 17:21:27 -07:00
Nelson Jovel
897284a2be Modify quality framework indicator links so that the target of the link gets centered when navigating to it 2022-03-30 18:06:11 -07:00
Nelson Jovel
101c252896 Import survey item responses based on DESE ID instead of qualtrics school code. Finishes #181704978 2022-03-30 17:19:06 -07:00
Nelson Jovel
78fb737f5a Make measure titles clickable on the variance chart 2022-03-29 14:02:43 -07:00
Nelson Jovel
bf8b824ab8 Add links to subcategories from overview page framework indicator
section.   Finishes #181681266
2022-03-28 14:53:48 -07:00
Nelson Jovel
5a9e8a9b01 Add metadata for 2019-20 year. Finishes #181530277 2022-03-23 19:13:52 -07:00
Nelson Jovel
36da912253 Modify survey item response csv files for 2019-20 to correct incorrect likert scores 2022-03-15 21:31:11 -07:00
Nelson Jovel
7cc90c7d0b Update Changelog 2022-03-15 12:07:13 -07:00
Nelson Jovel
298500c2ea move legacy data files to data/legacy folder 2022-03-15 12:05:31 -07:00
Nelson Jovel
c657e6a26b Update activestorage to patch security vulnerability 2022-03-15 07:08:38 -07:00
Nelson Jovel
c98c0f1e30 Add metadata for 2019-2020 school year. Finishes #181530277 2022-03-14 20:37:29 -07:00
Nelson Jovel
6565f92682 Document changes in the Changelog and add Application Decision Records 2022-03-07 14:59:18 +01:00
Nelson Jovel
d6d98c4c5c update nokogiri to patch security vulnerability 2022-03-04 15:40:47 +01:00
Nelson Jovel
ed7a3b8a3d Autoformat code with rubocop 2022-03-04 15:29:54 +01:00
Nelson Jovel
68dde8a6ef Add brakeman gem 2022-03-04 15:26:15 +01:00
Nelson Jovel
91308b93e5 Visualize survey responses even when a response rate cannot be
calculated.  Set the response rate to N / A for data that has no total
student and teacher data for a certain year and school
2022-03-04 15:17:43 +01:00
Nelson Jovel
c0a8905fba Cap response rate at 100 for both students and teachers 2022-03-04 14:53:51 +01:00
rebuilt
286e74b651 Seed db with surveys to keep track of school, year, and survey type
Seed db with survey_item information to keep track of which survey_item is on the short form survey.  REcalculate response rate depending on whether school to regular survey or short form survey.

Correct score for short form schools.  Finishes #181284202
2022-03-03 10:44:41 +01:00
rebuilt
2a2777745a Change the sufficiency threshold from a static number of minimum responses to a minimum response rate of 25 percent 2022-02-28 15:36:49 +01:00
rebuilt
d4df7cbc06 Add scales to framework. Change calculations to first group and then
average those groupings and the way up the framework.  Likert scores for
a survey_item are averaged.  Then all the survey_items in a scale are
averaged.  Then student scales in a measure are averaged.  And teacher
scales in a measure are averaged.  Then the average of those two
calculations becomes the score for a measure.  Then the measures in a
subcategory are averaged.
2022-02-24 14:53:06 +01:00
rebuilt
1ca88bf6d1 Bump versions of rails, actionpack and puma to address security vulnerabilities 2022-02-11 23:30:44 +01:00
rebuilt
378ea7dda9 Small fix to assignment operator in student response rate 2022-02-11 23:18:49 +01:00
rebuilt
5122b5b204 Add mini profiler 2022-02-11 23:06:03 +01:00
rebuilt
5cccbcdf9b Refactor student_response_rate 2022-02-11 23:05:03 +01:00
rebuilt
fcec3de233 Modify collection rate for admin data items. Take into account if a
school is a high school and if the admin data item is for high schools
only.  Finishes: #181154375.
2022-02-11 18:54:14 +01:00
rebuilt
48581b990a Install and configure stimulus and turbo 2022-02-09 21:54:14 +01:00
rebuilt
412687b9e0 Add 2019-20 student survey responses 2022-02-07 18:32:18 +01:00
rebuilt
8ce50c45c8 Change admin data response rate from 0/0 to N/A 2022-02-07 17:28:45 +01:00
rebuilt
54f4cee3fa Show score temporarily 2022-02-07 16:21:10 +01:00
rebuilt
e1f50fef9e Add 2019-20 year teacher surveys and activate the year selector 2022-02-07 15:04:25 +01:00
rebuilt
93aa8df41a Bump ruby version to 3.1.0 2022-02-03 17:59:13 +01:00
rebuilt
f04bc3ebcb Moved rspec-rails declaration to development/test section of Gemfile. now runs tests without having to alter Rakefile. 2022-02-03 16:31:18 +01:00
rebuilt
ad14563460 Browse page displays the admin data collection rate 2022-02-02 13:03:28 +01:00
rebuilt
67d51aff5e Refactor response rate 2022-02-02 11:04:30 +01:00
rebuilt
0c5fbea203 Remove survey_rake_spec from the simplecov reports. Also remove some dead code from variance_helper 2022-02-01 22:58:38 +01:00
rebuilt
e69f850cc5 Add missing tests. Remove unused code. Filter out legacy specs from code coverage report 2022-02-01 19:33:24 +01:00
rebuilt
3ae0d02462 Cap teacher response rate at 100 percent 2022-02-01 16:58:05 +01:00
rebuilt
2655a36bfc Replace integer devision with float division for accurate response rate calculation 2022-02-01 15:28:25 +01:00
rebuilt
b3172a9a43 Ignore spec output file 2022-02-01 15:27:15 +01:00
rebuilt
c293581868 Add parallel tests gem 2022-01-31 19:59:24 +01:00
rebuilt
5c2b81c846 Add simplecov gem 2022-01-31 16:04:43 +01:00
rebuilt
f30f359406 Add teacher response rate 2022-01-28 17:10:46 +01:00
rebuilt
59865cd874 Show response rate for students 2022-01-27 22:43:10 +01:00
Nelson Jovel
b111b2f106 Bump rails to 7 and get tests passing. Also modified rakefile so rake
command would continue to run rspec as the default command.  Added
stylesheets to assets.rb so they'll be included when precompiling
assets in production.
2022-01-21 11:49:35 +01:00