Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
This removes unused code related to session tabs that are no longer
used.
  • Loading branch information
thomasleese committed Mar 4, 2025
1 parent acd6024 commit b2ebcb5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 364 deletions.
85 changes: 0 additions & 85 deletions app/controllers/concerns/patient_tabs_concern.rb

This file was deleted.

21 changes: 0 additions & 21 deletions config/initializers/tab_paths.rb

This file was deleted.

34 changes: 0 additions & 34 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -817,40 +817,6 @@ en:
patients:
index:
title: Children
patients_table:
conflicting_consent:
caption: "%{children} with conflicting consent responses"
label: Conflicting consent
consent_given:
caption: "%{children} with consent given"
label: Consent given
consent_refused:
caption: "%{children} with consent refused"
label: Consent refused
could_not_vaccinate:
caption: "%{children} could not vaccinated"
label: Could not vaccinate
needs_triage:
caption: "%{children} needing triage"
label: Triage needed
no_consent:
caption: "%{children} without a response"
label: No response
no_triage_needed:
caption: "%{children} with no triage needed"
label: No triage needed
register_attendance:
caption: "%{children} still to register"
label: Register attendance
triage_complete:
caption: "%{children} with triage completed"
label: Triage completed
vaccinate:
caption: "%{children} to vaccinate"
label: Vaccinate
vaccinated:
caption: "%{children} vaccinated"
label: Vaccinated
programmes:
index:
title: Programmes
Expand Down
224 changes: 0 additions & 224 deletions spec/controllers/concerns/patient_tabs_concern_spec.rb

This file was deleted.

0 comments on commit b2ebcb5

Please sign in to comment.