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

add recipe interaction needs update #147

Closed
gidden opened this issue Jul 13, 2015 · 1 comment
Closed

add recipe interaction needs update #147

gidden opened this issue Jul 13, 2015 · 1 comment

Comments

@gidden
Copy link
Member

gidden commented Jul 13, 2015

Currently, you can press "Add Recipe" any number of times and it will add blank entries into the recipe list. Those entries are not selectable afterwards.

I think the best way forward is to refactor the interface to use a stage-and-add pattern (similar to git commits, for instance). In the simplest implementation, two separate buttons are needed: "New Recipe" and "Add Recipe". Clicking "New Recipe" will present the same interface that "Add Recipe" currently does. However, it will keep its recipe information "local" to what's currently on the screen. When the user is content with recipe the have built, they can then click "Add Recipe" to add it to the list of available recipes.

@gidden
Copy link
Member Author

gidden commented Jul 16, 2015

closed by #144

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