CDCgov / prime-simplereport

SimpleReport is a fast, free, and easy way for COVID-19 testing facilities to report results to public health departments.
https://simplereport.gov
Creative Commons Zero v1.0 Universal
58 stars 53 forks source link

Clean up singleEntryRsvEnabled feature flag #7056

Closed mehansen closed 8 months ago

mehansen commented 11 months ago

After RSV rollout is complete, clean up the flag in the code and in our feature flag db and our application.yaml files

When cleaning up, please remove includeRSV parameter from parseDataForCSV: https://github.com/CDCgov/prime-simplereport/blob/a4aad412998ebe736864ec4e012ded5a04812922/frontend/src/app/utils/testResultCSV.ts#L14

Please also clean up testCardRefactorEnabled and rsvEnabled from the production Feature Flag table.

emyl3 commented 9 months ago

@mehansen I'm noticing this part of the ticket:

Please also clean up testCardRefactorEnabled and rsvEnabled from the production Feature Flag table.

I'm also noticing we still have testCardRefactorEnabled in our codebase -- in a separate PR do you want me to clean that up as well?

Thank you for your help!!

emyl3 commented 8 months ago

Additional acceptance criteria: