-
Notifications
You must be signed in to change notification settings - Fork 61
feat(myopencre): enable CSV download of all CREs #662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(myopencre): enable CSV download of all CREs #662
Conversation
d3c27f6 to
f2871f6
Compare
Review focus (apologies for noisy diff)Apologies for the larger diff than expected — the functional changes in this PR are limited to the following files:
All other changes are incidental (lockfiles / generated assets) from syncing branches during development and do not affect the CSV download behavior. Thanks for your patience, and please let me know if you’d prefer me to split or clean up the incidental changes in a follow-up PR. |
|
This PR is part of the MyOpenCRE frontend flow resolving #584. Full context and next steps are summarized on the issue. |
f2871f6 to
fcb23cf
Compare
fcb23cf to
2a5f295
Compare
This PR is stacked on top of PR #661 and depends on it.
Please review and merge #661 first.
Summary
This PR implements the first step of the MyOpenCRE flow by enabling users to download a CSV containing all existing CREs via the UI.
Context
The earlier MyOpenCRE work introduced the page and template.
This PR completes the download requirement by returning a CSV populated with all CREs from the database.
Scope
/rest/v1/cre_csvand downloads a valid CSV fileOut of scope
These will be handled in follow-up PRs.
How to test
Closes #584 (partial)