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

On the menu detail page I want to see a menu with all the recipes. #2

Open
ebunders opened this issue Nov 24, 2013 · 0 comments
Open

Comments

@ebunders
Copy link
Owner

At the top of the page there is the title of the menu, and then the description, and the number of attendants.

Then there is a contents list, with (anchor) links to the recipes, also grouped by section.

After that all the menu sections are listed, like 'starters', 'main course', 'side dishes'.
Each section lists the recipes that are attached to it. Ingredients are displayed like:

[amount] [modifier] (plural)name, or
2 large tomatoes (skin removed)

Amounts are given in decimal values, unless the ingredient is of type 'undevidable', in that case the amounts are rounded to integers. In other cases amounts are rounded to at most two decimals.

Example of undevidable ingredient: an egg. You never use half an egg.

The layout of recipes is two column, where the ingredients are displayed to the left and the instructions to the right.
Instructions are grouped into 'preperations' and 'execution' (better names).

The url for this page will be: /#/menu/[id]

At the top of the list there is a link to the shoppinglist page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant