Random exhibit #11
Labels
feature
Something should be added
good first issue
Good for newcomers
up for grabs
Anyone is free to take this and implement it
Milestone
Goal
Allow users to browse randomly through the exhibits, to find new things.
Description
We should add an endpoint (maybe
GET /exhibit/random
) which acts likeGET /exhibit/{id}
, but picks a random exhibit and rendering it.Alternatives
Additional notes
This can be done in 2 queries, if that, and only a few lines of code. It's pretty easy.
The text was updated successfully, but these errors were encountered: