patzly / grocy-android

ERP beyond your fridge, now on your phone – An awesome companion app for grocy
https://patrickzedler.com/grocy/
GNU General Public License v3.0
829 stars 80 forks source link

Save data locally and then synchronize it? #868

Closed amarradi closed 1 month ago

amarradi commented 1 month ago

I have installed grocy locally on the raspi and set up the service locally without going outside. Is there a possibility that I can also "shop" in the supermarket with the app, i.e. the products are saved locally on the smartphone and then synchronized?

dominiczedler commented 1 month ago

Hey, this would be hard to implement as the app only uses the server API - we designed the shopping mode for that which also works offline because item states are preserved and then synced when online again.

Related older issues are for example #5, #19 and #84.