getodk / central-frontend

Vue.js based frontend for ODK Central
https://docs.getodk.org/central-intro/
Apache License 2.0
32 stars 57 forks source link

Add first version of entities upload modal #941

Closed matthew-white closed 6 months ago

matthew-white commented 6 months ago

Part of getodk/central#589. Adds a first version of the upload modal. The Upload button is conditionally rendered based on the user's verbs. The button shows the modal, which allows the user to download a data template. The modal sends a request to the bulk-create endpoint (with an empty entities array).

What has been done to verify that this works as intended?

New tests and trying it locally.

Before submitting this PR, please make sure you have: