i’ve tried grocy a few times over and it’s burned a lot of time and brain cells. is there anything that does this (or even much less than this) and just works?

i understand why it was made this complex - i code and i work with people who want everything to be so theoretically ‘flexible’ that nothing simple works, so i’m used to the abstraction layers. but

  • first try: looked at number and size of packages, no tree-shaking, code doesn’t pass sniff test. dozens of megabyes for this? nope
  • second try: well i don’t want to build this myself. i’ll put it in its own instance to minimize security exposure. but hey, this release is months old and these terrible bugs have been fixed, i’ll just grab newer code. missed the thing where database migrations are tested only from official releases. database breaks.
  • i learn sqlite syntax and reconstruct the database.
  • months later i download new grocy android client, which expects a v4 grocy back end. all recipes break.
  • i download official grocy v4 release (the third one in rapid succession, due to major bugs - luckily i hadn’t tried too early).
  • database breaks.

i’m done. i don’t care that i lose the work i already put into it. i just want to open the cupboard twice and have the same thing be there both times. help

  • Tom@feddit.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    You could give KitchenOwl a try (disclaimer: I’m the developer). Has apps for iOS/android and other platforms.

  • constantokra@lemmy.one
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    I put my shopping lists into logseq. I have a page called ‘shopping’ and I have entries for each store, with sub categories for each department. I have todo items for each item I want to buy.

    At the top of the page, I have a query for the store that shows items marked ‘doing’. So when I want to add ‘milk’ to my current list, I go down to the ‘cold’ section, click ‘TODO’ so it changes to ‘DOING’, and it shows up on my list. When I put it in my cart, I click the check box and it changes to ‘DONE’ and it disappears from my list.

    It’s not exactly polished, but it works well for me, and it fits into a tool I already use.