-
https://github.com/schollz/ingredients/blob/230d0d4919702949824b6abf34fac44fbb768a8d/ingredients.go#L395
-
1. Open the dialogue with Thumbnail and info inputs
-> Save the recipe information (get ID back)
-> Upload imgae
-> Next step
2. Add recipe ingredients and method screen
-> Call get ingredi…
-
The user should be able to enter multiple ingredients
Filter recipes that contain both of them and show only them.
-
### Description
- Add a filter to recipe recommendations to limit number of ingredients
- some of the recipes have way too many ingredients
- maybe in increments of max 10, 15, 20, etc
-
- High Prio!
- Review
- Add new Content
- Get Feedback
-
## Estimation of work
- TBD
## Acceptance criteria
- check box to add ingredients
- page for expanding more into the amount of specific ingredients user has
-
This would add a many-to-many relationship between recipes, allowing users to track "related" recipes.
Feature suggestion courtesy of Jim Tokach via email.
> I’d like to request the ability to c…
-
```
enum E ;
role R {
has $.e = one;
method m() {
say $!e === one; # False
}
}
R.new.m;
```
The above prints `False`, but should print `True`.
As far as I golfed, the …
-
Plug in converts all measurements throughout the page except those in the Ingredients list for the chicken stock recipe (about half way down the page).
[How to Make Soup - A guide by Samin Nosrat](…
-
Some users are lazy or just not enough familiar with computers to type the full URL when told.
What if you could add a text field to the homepage where a user can just type the four words (autocomp…