Create a feature flag that will control the visibility of the Medallia survey button on the confirmation page of the FSR. Since the feedback button is it's own component we can probably manage the render in there, just in case we implement it in multiple locations.
Note: Since the survey is already implemented and live on production make sure the feature flag is active when the change goes into the FSR code.
SurveyInformation is the name of the component that's implemented on the ConfirmationPage in a couple different spots.
[ ] PR vets-website with feature flag implemented on SurveyInformation
Acceptance criteria
[ ] Feature flag controlling Medallia survey is active
Testing
[ ] Test feature flag is controlling visibility of SurveyInformation
Testing procedure:
Test on local/staging environments to confirm functionality
Ticket creation
Ticket requirements
### Required to be "Ready"
- [x] Description written
- [x] Tasks defined
- [x] Acceptance criteria written
- [x] Testing defined
- [x] Add Labels
- [x] Attach to an Epic
- [x] Estimate Points
Description
Create a feature flag that will control the visibility of the Medallia survey button on the confirmation page of the FSR. Since the feedback button is it's own component we can probably manage the render in there, just in case we implement it in multiple locations.
Note: Since the survey is already implemented and live on production make sure the feature flag is active when the change goes into the FSR code.
SurveyInformation
is the name of the component that's implemented on theConfirmationPage
in a couple different spots.Feature flag documentation
Tasks
SurveyInformation
Acceptance criteria
Testing
Testing procedure: Test on local/staging environments to confirm functionality
Ticket creation
Ticket requirements
### Required to be "Ready" - [x] Description written - [x] Tasks defined - [x] Acceptance criteria written - [x] Testing defined - [x] Add Labels - [x] Attach to an Epic - [x] Estimate Points