mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Refactor based on rubocop and reek suggestions
This commit is contained in:
parent
fc853c4fbc
commit
18b479b8b2
7 changed files with 733 additions and 678 deletions
|
|
@ -1,2 +1,3 @@
|
|||
class Score < Struct.new(:average, :meets_teacher_threshold?, :meets_student_threshold?, :meets_admin_data_threshold?)
|
||||
NIL_SCORE = Score.new(nil, false, false, false)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue