Landing page with random set of recipes (number configurable?) #2307
Closed
jecorn
started this conversation in
Feature Request
Replies: 1 comment
-
You can order by random on the landing page now. Not sure if this was available when this discussion was opened: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before submitting this feature request I have
COMPLETE AND FILL THESE OUT
Please Describe The Problem To Be Solved
Often, recipe managers (and paper-and-ink cookbooks) are used as inspiration for what to cook. The various sort options on the landing page (nightly) are still relatively static, and offer views that do not change much over time. This is good when (for example) going back to something that one is about to make and has recently viewed. But not as useful when planning new things to make from a recipe collection. The current "Random" button is a step towards inspiration, but is awkward when scanning through multiple recipes looking for something to make.
(Optional): Suggest A Solution
In addition to the random button, I propose making an additional page containing a random set of recipes. The number of recipes could be user-configurable, but infinite scroll like the main page would work just as well. Filtering by category would be ideal. For example, "I'm trying to figure out what to make for dinner this week" vs "What dessert should I bring to the party?"
From an implementation point of view, this could be identical to the current main landing page in nightly, but with randomised order. An additional button might be added to re-randomize the page, but infinite scrolling would also satisfy the use case by eventually showing something interesting to make. The page would potentially be re-randomized on every visit.
Additional Information
(sorry, but my python experience is far more back-end oriented than UX)
Beta Was this translation helpful? Give feedback.
All reactions