Make the collection API parameters stable #3919
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
⛔ status: blocked
Blocked & therefore, not ready for work
Milestone
Problem
#3887 adds some
unstable__
query parameters for the Additional search views project.Description
Remove the
unstable__
prefix fromunstable__collection
andunstable__tag
. Update the documentation to always show the full description forcollection
,tag
,source
andcreator
parameters.Updated: this is a single-step change.
Additional context
Blocked until the project is launched.
Alternatives
This change could be implemented in 3 steps:
unstable__
and stable variants (i.e.,unstable__collection
andcollection
)collection
andtag
)unstable__
parameters from the API.But it's easier to make the API change in one step, and make transition smooth in the frontend.
The text was updated successfully, but these errors were encountered: