Nelson Jovel
2d42036294
Add an exports page that allows a user to select which reports they want
...
to run
2024-08-08 15:53:05 -07:00
Nelson Jovel
885135e265
chore: prep db for postres 16
2024-07-10 10:58:08 -07:00
996bb01d0b
Update ruby to 3.3.1
2024-04-24 19:16:08 -04:00
Nelson Jovel
115b00145d
perf: add pghero and implement pghero suggestions. Remove unneeded indexes
2023-12-27 10:58:51 -08:00
Nelson Jovel
8bb97c8f2f
chore: slight improvement to test execution time by disabling all but the most fatal of logging
2023-12-19 15:22:59 -08:00
Nelson Jovel
a3ab83fb56
chore: remove cypress
2023-12-19 14:05:13 -08:00
rebuilt
83661540b7
chore: upgrade to rails 7.1.
...
upgrade rspec
fix failing tests
upgrade devise
2023-10-11 10:58:52 -07:00
rebuilt
5c7729beeb
feat: if admin data value is above 5, round down to 5
2023-07-21 12:14:46 -07:00
rebuilt
a4c68a4055
chore: Add cypress to codebase
2023-07-19 09:02:19 -07:00
rebuilt
b915c61476
Add livereload
2023-05-17 16:33:25 -07:00
rebuilt
fbfaafa996
Update school/framework files for ecp schools. Fix tests. Update fixture files with dese ids of schools in the consortium.
2023-03-15 18:04:09 -07:00
rebuilt
8128af200b
add first pillar
2023-02-28 17:50:21 -08:00
rebuilt
c0332955f3
move csv require statement to application.rb
2023-02-27 15:47:20 -08:00
rebuilt
a2caf42fee
merge disagreggation features
2023-01-12 17:02:34 -08:00
rebuilt
409503507c
Add key derivation salt
2022-08-25 22:29:35 -07:00
rebuilt
12e4e3f177
import students
2022-07-29 15:34:56 -07:00
rebuilt
e89358dacc
implement suggestions from static code analysis tools
2022-07-12 19:15:54 -07:00
rebuilt
62b6503816
Renamed remove_zeros method to remove_blanks
2022-07-05 13:15:42 -07:00
rebuilt
0dc99486f8
remove async queries
2022-06-16 17:08:55 -07:00
rebuilt
0593f53fb4
Add async queries
2022-06-16 16:59:29 -07:00
Nelson Jovel
7a9830915b
Create grouped bar chart on analyze page
2022-05-20 20:24:23 -07:00
Nelson Jovel
cb5fe56c30
Create analyze page. Finishes #182097292
2022-05-12 19:33:26 -07:00
Nelson Jovel
c475744939
Modify score calculations. Ignore any survey item scores of 0.
...
Never include zero when performing calculations for scores.
2022-04-20 13:49:27 -07:00
Nelson Jovel
ed7a3b8a3d
Autoformat code with rubocop
2022-03-04 15:29:54 +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
48581b990a
Install and configure stimulus and turbo
2022-02-09 21:54:14 +01:00
rebuilt
c293581868
Add parallel tests gem
2022-01-31 19:59:24 +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
Nelson Jovel
5a8d032dd0
Set up bullet gem. Implement bullet gem suggestions.
2022-01-07 16:58:35 +01:00
Nelson Jovel
ad03606d66
Add benchmarks to survey and admin data items. Remove them from measures. Modify seeder
...
Calculate benchmarks for measures based on a weighted average of survey
and admin data items
Added architectural records
2021-12-28 14:10:34 +01:00
Nelson Jovel
f553c3c11c
Rename 'Dashboard' to overview in page text and also modify 'dashboard' routes to be 'overview'. Finishes #180076071
2021-12-14 13:20:18 +01:00
rebuilt
917d6821c5
Add css bundling (again!)
2021-11-17 10:52:35 -05:00
Liam Morley
413096dfe2
Extract legacy parts of the codebase into its own module
2021-11-16 17:19:05 +01:00
rebuilt
50f7a54807
Enforce ssl. Redirect http requests to https
2021-11-02 22:54:51 +01:00
rebuilt
448a6090d8
Remove cssbundling
...
Revert "Stop tracking the builds folder in source control"
This reverts commit 867c2a80d2 .
Revert "move watch script to package.json"
This reverts commit 5fc9e7b3cc .
Revert "add darwin as a platform to gemfile.lock"
This reverts commit 393796bb87 .
Revert "Update README with bundling command"
This reverts commit 3d8b4c24b7 .
Revert "Change bundling script to use yarn."
This reverts commit afbbb0fc75 .
Revert "import footer as scss partial"
This reverts commit 4bc306c7c7 .
Revert "remove sqm_footer"
This reverts commit 4582e8c8ab .
Revert "Move footer import before fontawesome"
This reverts commit 2ad120727f .
Revert "Add sqm_footer"
This reverts commit 8d5702e9aa .
Revert "Rename footer.scss -> _footer.scss"
This reverts commit 0ec07e7f18 .
2021-10-26 21:14:54 +02:00
rebuilt
12c1a3b7fc
Switch from sprockets to cssbundling for bundling css assets.
2021-10-23 19:59:34 +02:00
Chad Serrant
7f23cb2d29
Change debug option to speed up css compilation.
2021-10-22 11:28:27 -04:00
rebuilt
809e931b3c
add bootsnap
2021-10-15 15:06:00 +02:00
rebuilt
8bd66aad82
add credentials for staging and production
2021-10-15 15:06:00 +02:00
rebuilt
5c59032c65
remove credentials file
2021-10-15 15:06:00 +02:00
rebuilt
44fd077023
ran rails app:update
2021-10-15 15:06:00 +02:00
rebuilt
6320d5633f
Add JS tests to verify school and district dropdowns.
2021-10-15 15:06:00 +02:00
Liam Morley
4aa0c97275
Rename browse controller to sqm categories controller
2021-10-07 14:54:11 -04:00
Liam Morley
25578a896f
we have a gauge! next up, let's style the page
2021-10-01 13:32:10 -04:00
rebuilt
5d6c1000f4
Allow uglifier to use ES6 javascript syntax
2021-09-30 21:43:25 +02:00
rebuilt
d2bdec3d37
Upgrade to rails 5.1.7, coffee-rails 4.2. Remove phantomjs/poltergeist. Remove deprecated call to halt_callback_chains_on_return_false method. Change attribute_was calls to attribute_before_last_save
2021-09-24 11:52:22 -04:00
Alex Basson
457615505f
Move array monkey patch into its own file
2021-09-22 08:45:09 -04:00
rebuilt
71ad999dd0
Add slug to district
2021-09-22 08:44:54 -04:00
Alex Basson
d25c9567cf
Remove vestigial experiments endpoint
2021-09-10 11:55:29 -04:00
Alex Basson
813efca493
Visiting /districts/winchester/schools/winchester-high-school/dashboard displays an empty dashboard
2021-09-10 11:40:31 -04:00