microbiomedata / nmdc-server

Data portal client and server for NMDC.
https://data.microbiomedata.org
Other
9 stars 0 forks source link

Implement endpoint that returns TSV file of submission summaries #1290

Open eecavanna opened 1 week ago

eecavanna commented 1 week ago

In this branch, I implemented an API endpoint at /metadata_submission/report that responds with a downloadable TSV file containing a high-level report of Submission Portal submissions. I am designing this endpoint with a specific use case in mind: quarterly metrics collection.

At this point, I have implemented the API endpoint and the underlying CRUD function.

The test code in this branch is still preliminary.