InvTrack / invtrack

GNU General Public License v3.0
1 stars 1 forks source link

Introduce recipes to the app #167

Closed michalstruck closed 4 months ago

michalstruck commented 5 months ago

Notes:

Thinking about it now, as a user, once I fill out and save the inventory, I would expect the filled out recipe quantities to be saved as well. If I made a mistake and wanted to correct it at a later date, the previous recipe quantities would most likely be missing.

It seems that translating recipe quantities to product record quantities should be done only on the frontend.

felix-lipski commented 5 months ago

Let's implement it frontend-only for now, for rolling it out asap.

Later we can introduce recipe_record on the backend. Most of the work done on the frontend-only solution will still be used on the full solution.

michalstruck commented 4 months ago

done in #171