Skip to content
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

Enhancements to the cook view #2198

Open
4 tasks
christianlupus opened this issue Mar 12, 2024 · 1 comment
Open
4 tasks

Enhancements to the cook view #2198

christianlupus opened this issue Mar 12, 2024 · 1 comment
Labels
enhancement New feature or request Frontend Issue or PR related to the frontend code
Projects

Comments

@christianlupus
Copy link
Collaborator

After the design review on 2024-03-12, the layout for the cook view should be fixed:

  • Timers: timers make sense for only some steps
  • If a step requires a timer, only show it then
  • on mobile don't show the timer if it's not active
  • wording: "Cook time" and "step time" not super clear?

image

@christianlupus christianlupus added enhancement New feature or request Frontend Issue or PR related to the frontend code labels Mar 12, 2024
@christianlupus christianlupus added this to To do in UI rework via automation Mar 12, 2024
@seyfeb
Copy link
Collaborator

seyfeb commented Mar 12, 2024

This was one idea of multiple possibilities. Nothing was fixed yet - some prototyping will be required. This also does not contain things like ingredients, etc. from the mockup.

We also discussed:

Navigation

On desktop it might be possible to see an outline of the steps as shown in the picture all the time. On a tablet it depends on the size. On a mobile screen this should be, if all, hidden behind some trigger, e.g., by clicking on the step name in the row below.

One issue is that a step does not necessarily have a name.

Timers

If there are multiple timers it should be possible to access them

  • on mobile via button
  • on desktop, if space permits, the others might be visible all the time if it does not clutter the supposed-to-be-clean view too much

One problem to solve is, that timers will need a name to be identified. So either

  • it is completely customizable when editing the recipe
  • it has the first words of the recipe step
  • it has the section + step number as a name (which might not help too much in figuring out what the timer is for)
  • ...?

Additional thought that I just had: If no timer is running for the current step as a user it might still be nice to see the time so he knows what to expect when hitting the start button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend Issue or PR related to the frontend code
Projects
Development

No branches or pull requests

2 participants