RatioPBC / epi-viewpoint

Epi Viewpoint is a focused, simple tool that enables case investigation and contact tracing teams to manage cases and contacts and keep track of congregate settings where outbreak clusters have occurred.
Apache License 2.0
8 stars 1 forks source link

add bulk FHIR loading support #36

Closed lei0zhou closed 1 week ago

lei0zhou commented 2 weeks ago

scenario

Viewpoint should enable loading data through bulk FHIR, it should allow users to load bulk FHIR resource in ndjson format

Feature: bulk FHIR uploading 

Scenario: user upload bulk FHIR ndjson files
  Given the user obtain the bulk FHIR ndjson files in a local folder
  And navigate to the upload tab in the app
  And the user click upload bulk FHIR
  And the user choose a few ndjson files and click confirm button
  Then the user should be redirected to the tab where all the data are correctly listed

steps

acceptance criteria