CDCgov / prime-central

Apache License 2.0
9 stars 2 forks source link

Dispatch uploaded patient data from CSV- load patient data into app DB #100

Closed pete-gov closed 3 years ago

pete-gov commented 3 years ago

In #54 we created basic functionality to screen and process a patient CSV file. This is loaded into an object and displayed for review. One the upload is confirmed, this data needs to be loaded into the data store for the application (which is currently incomplete).

Reference:

https://github.com/CDCgov/prime-data-input-client/blob/main/frontend/src/app/patients/ManagePatients.jsx

https://github.com/CDCgov/prime-data-input-client/blob/main/frontend/src/app/patients/CSVModalForm.jsx

pete-gov commented 3 years ago

Depends on #90 and associated implementation tickets. Related to #46 as these two tickets will likely use the same dispatch code.

willusds commented 3 years ago

Prioritize for AFTER the backend is built to figure out the best approach for this

willusds commented 3 years ago

Did this a different way, patient upload implemented in api