heart
heart copied to clipboard
As a logged in user, I want to export all completed cases into a format that's easily inserted into my existing pipeline.
Acceptance Criteria
- [ ] Clicking the button exports a csv file
- [ ] The exported file matches the existing data format of the client
- [ ] Button only appears when at least one participant profile record is ready to export.
Questions/Concerns
- Should it appear after a set number of participants are ready to export?
- What logic gets triggered after the export has occurred?
- need to output one line per citation
- need a sample of what this would look like
related closed issue #39