You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "RBSC" site value in Aeon has been changed to the string "FIRE". The label and URL values attached to this site do NOT need to change only this string.
Level of urgency
High
Moderate
Low
Acceptance Criteria
When submitting data to AEON it sends "FIRE" instead of "RBSC" in the SITE field.
First Step
Replace all instances of RBSC with FIRE in the codebase.
Why is this maintenance needed?
The string has already been changed in Aeon's configuration. Requests are still being submitted successfully but this string needs to change in order to keep reporting accurate and consistent in Aeon as the site value is an important grouping filter when using Aeon.
Acceptance criteria
If this change touches any of the files referenced in .rubocop_todo.yml create a new ticket to address the rubocop todo.
The key used for the site param value is changed from "RBSC" to "FIRE"
Update code and associated tests where this value is hardcoded.
Confirm requests are successfully submitted to Aeon after the change.
What maintenance needs to be done?
The "RBSC" site value in Aeon has been changed to the string "FIRE". The label and URL values attached to this site do NOT need to change only this string.
Level of urgency
Acceptance Criteria
First Step
Why is this maintenance needed?
Acceptance criteria
.rubocop_todo.yml
create a new ticket to address the rubocop todo.Implementation notes, if any
See ticket Lexy create in orangelight and ticket @regineheberlein created in aspace helpers.
The text was updated successfully, but these errors were encountered: