kids-first / kf-ui-data-tracker

👨‍⚕️ An application to collect study data and report on study status
https://data-tracker.kidsfirstdrc.org/
Apache License 2.0
1 stars 1 forks source link

Download template(s) from template admin view #1119

Closed znatty22 closed 3 years ago

znatty22 commented 3 years ago

Feature Justification

As an admin user, I want to be able to download a set of templates from the admin template view the same way a user is able to download a set of templates from the study templates view.

Proposed Change or Addition

Modify the templates admin view to include similar functionality as the study templates view

The backend endpoint for this is already complete

/downloads/templates?file_format=[excel|zip]&template_versions=<comma separated list of TemplateVersion.id>

https://github.com/kids-first/kf-api-study-creator/pull/730