Recipiece / recipiece-backend

Backend services for the Recipiece app
Mozilla Public License 2.0
0 stars 0 forks source link

CRUD Recipes #8

Open sjyn opened 2 years ago

sjyn commented 2 years ago

Users should be able to CRUD recipes. This functionality existed in the old project, but needs to be converted over to the recipes microservice.

sjyn commented 2 years ago

Necessary functionality includes

  1. CRUDing a recipe
  2. sharing public recipes by a link (to non users) or to another Recipiece user's shared recipe book
  3. Scraping recipes (see #11 )
  4. Having private recipes that cannot be seen by other users.
sjyn commented 2 years ago

Recipes should allow for freeform ingredient entry and serving size, that the backend will eventually be able to make sense of.

Recipes should be able to be scaled up or down

Recipes should be able to have ingredients converted between units, and if the ingredient is known by Recipiece, from mass to volume and vice versa.