Landing pages for sources without a search query #590
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: frontend
Related to the Nuxt frontend
Problem
Previously, Openverse allowed users to go to a queryless search results page to view images from the different sources. An example url would be something like:
https://wordpress.org/openverse/search/image/?source=rawpixel
Notice the lack of the search (
q=dog&
) parameter.Description
Restoring this feature would be nice, but it would also be nice to make it more robust. It could be a really nice way to showcase the sources with more detail. Some potential ideas:
This would require us to maintain more metadata for providers in the API.
Alternatives
Do nothing, and simply merge WordPress/openverse-frontend#1008.
Additional context
Implementation
The text was updated successfully, but these errors were encountered: