You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/CHANGELOG.md

52 lines
2.2 KiB

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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
- Bump ruby version to 3.1.0
- Add previous year data.
- Add scale to framework. Calculations for scores bubble up through the framework.
- Change the threshold for sufficiency from a static number of responses to a response rate; from a minimum threshold of 17 teacher responses per survey item in a measure to 25 percent response rate in a subcategory and a minimum of 196 student responses per survey item in a measure to 25 percent response rate in a subcategory.
- Correct response rate for short-form schools.
- Correct scores for short-form schools
- Show historical data even if a response rate cannot be calculated for a year of information.
- Cap student response rate at 100
- Add metadata for 2019-20 school year.
- Add historical data
- Add student and teacher metadata
- Change wording of leadership scale
bundle exec rake db:seed
- Delete s-grmi scale
- Add deployment script for beta. Runs tests before deployment to Heroku's git server
- Add new set of student results for 2016-17
- Exclude results from boston. Add foreign key from school to district
- Add admin data from 2016-17 and 2017-18
## [Unreleased]
### Added
- Add Analyze page
- From analyze page, selecting a different school from the dropdown. Changed behavior so user remains on analyze page
- Updated 2016-17 student survey responses
`bundle exec rake one_off:load_single_file`
- Add one off script to reset admin data values
`heroku run -a mciea-beta bundle exec rake one_off:reset_admin_data_values`
- Add school: Attleboro Community Academy
`bundle exec rake db:seed`