TandoorRecipes/recipes

Add text-field to logging (or auto-create linked comment?)

Open

#706 opened on Jun 16, 2021

View on GitHub
 (3 comments) (2 reactions) (0 assignees)HTML (500 forks)batch import
Hacktoberfestbackendenhancementfrontend

Repository metrics

Stars
 (4,470 stars)
PR merge metrics
 (Avg merge 33d 23h) (18 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. The possibility to log when a recipe is cooked is coupled with some information about how it turned out (e.g. # of servings, star-rating). However, it is not possible to add some textual information that might be relevant (like "replaced ingredient A with B because no A available") or some hints about what to change next time ("Try adding more spices").

Describe the solution you'd like Offer a possibility to add some text-note while logging. I'd suggest adding a text-field to the log that stays linked to the log, but maybe auto-creates a comment? Not sure about this...

Describe alternatives you've considered Log the cooking first, then manually add a comment. This feels clumsy and breaks the link between textual description and star-rating.

Contributor guide