Skip to content

Commit

Permalink
Add 2026 Appraisal form constants
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDancingClown committed Jan 29, 2025
1 parent bbb3642 commit 0d3ddfd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions forms/appraisal_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,39 @@ def self.verdict_options_for(object, section)
}
}.freeze

QAVS_2026 = {
good_impact: {
type: :rag,
label: "Good impact",
position: 0
},
volunteer_led: {
type: :rag,
label: "Volunteer-led",
position: 1
},
good_governance: {
type: :rag,
label: "Good governance",
position: 2
},
exceptional_qualities: {
type: :rag,
label: "Exceptional qualities",
position: 3
},
verdict: {
type: :verdict,
label: "Overall decision",
position: 4
}
}.freeze

ALL_FORMS_2022 = [QAVS_2022]
ALL_FORMS_2023 = [QAVS_2023]
ALL_FORMS_2024 = [QAVS_2024]
ALL_FORMS_2025 = [QAVS_2025]
ALL_FORMS_2026 = [QAVS_2026]

def self.rate(key)
"#{key}_rate"
Expand Down

0 comments on commit 0d3ddfd

Please sign in to comment.