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
57 stars 55 forks source link

Clean up HIV bulk upload beta #7078

Closed mehansen closed 8 months ago

mehansen commented 9 months ago

Background

Originally the plan for supporting HIV was to support it in bulk upload. We added a bulk upload beta link the support admin page. This uses the same feature flag hivEnabled as our HIV single-entry changes. When we turn on HIV single-entry, we don't want the bulk upload beta link to become visible on the support admin page. We either need to clean it up entirely or move it to a separate feature flag.

Action requested

If product foresees us doing a separate HIV-specific bulk upload (instead of integrating with existing bulk upload that supports RSV/Flu/Covid): move code to a separate HIV bulk upload feature flag If not: clean up the code Frontend cleanup: remove page from support admin page Backend cleanup: remove endpoint for HIV result upload

Acceptance criteria

bobbywells52 commented 8 months ago

@mehansen is the bulk upload the same as the HIV-CSV upload or can a CSV be uploaded for an individual patient as well?

emyl3 commented 8 months ago

For your reference, the PR to add all this! https://github.com/CDCgov/prime-simplereport/pull/5634

mehansen commented 8 months ago

Closing this as won't do in favor of #7228