Closed dwaring87 closed 1 week ago
This adds a section to the "Download Using Lists" page (/breeders/download) for bulk downloading seedlot details from a list of Seedlots.
This uses the existing /lists/download_details endpoint used by the list detail page, but adds it to the rest of the bulk download tools.
/lists/download_details
/t/data/fixture/patches/
/docs
/js
/js/source/legacy
It looks like the only format that can be downloaded is TXT but it would make sense to allow CSV as well given the tabular format of the data
Description
This adds a section to the "Download Using Lists" page (/breeders/download) for bulk downloading seedlot details from a list of Seedlots.
This uses the existing
/lists/download_details
endpoint used by the list detail page, but adds it to the rest of the bulk download tools.Checklist
/t/data/fixture/patches/
./docs
has been updated./js
to/js/source/legacy
.