-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature flag for Max CFI service switch and tests #20160
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! No blockers, but left a comment. 🚀
response.body['ratings'] | ||
def self.get_ratings(diagnostic_codes, user) | ||
if Flipper.enabled?(:disability_526_max_cfi_service_switch, user) | ||
Rails.logger.info('Implement the new service logic') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get more specific with this info statement?
7b27f5a
to
fcdc3ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary
disability_526_max_cfi_service_switch
feature flag to control the switch between the Virtual Regional Office (VRO) client and a new Max Ratings service for fetching disability max ratings.Related issue(s)
Testing done
What areas of the site does it impact?
Acceptance criteria
Requested Feedback
Does this implementation of the feature flag meet expectations? Do you foresee any potential issues with the logic for handling the switch between services?