smart-on-fhir / ehi-app

EHI Export API Client Reference Implementation
https://ehi-app.smarthealthit.org/
Apache License 2.0
4 stars 1 forks source link

Job status informed updates to ExportJobDetailView children #36

Closed Dtphelan1 closed 1 year ago

Dtphelan1 commented 1 year ago

Closes #27 and closes #31, updaing several ExportJob-specific components to render differently depending on a given ExportJob's status. Changes include:

Changes included in the PR unrelated to the above issues include:

NOTE: Deleting jobs doesn't work unless you remove the requireAuth middleware from the corresponding app.delete(... endpoint. Wanted to ask you Vlad how you'd like to proceed with this quirk of the backend now: are you comfortable removing requireAuth from that job-update endpoint? Or did you have another solution in mind?