mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 08:21:12 -07:00
989 B
989 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Released]
Added
- short description to Category
- Show benchmark boundaries on gauge graph
- Add bullet gem to optimize sql queries
- Add rubocop for formatting
- Upgrade to rails 7
- Add parallel test gem for to run tests faster
- Add simplecov gem to see test coverage
- Show survey response rate for students and teachers
- Cap teacher response rate at 100
- Show admin data collection rate
[Unreleased]
Added
- Bump ruby version to 3.1.0
- Add previous year data.
remove AcademicYear "2021-22"
ay = AcademicYear.find_by_range("2021-22")ay.destroyseed database with new AcademicYearbundle exec rake db:seedload previous year survey responsesbundle exec rake data:load_survey_responses