anschelburk / nutrient_guide

Apache License 2.0
0 stars 0 forks source link

"add ingredient to my list" button should update "Nutrients I have" section #22

Closed bbelderbos closed 8 months ago

bbelderbos commented 8 months ago

So need to match this table:

image

With this one:

image

And:

  1. if new nutrient (I don't have yet), add it with its amount
  2. if existing nutrient (one I already have), update the amount
bbelderbos commented 8 months ago

done! https://github.com/anschelburk/PDM-Nutrient_Guide/pull/27