Grocy-SwiftUI icon indicating copy to clipboard operation
Grocy-SwiftUI copied to clipboard

Widgets for macOS/iOS

Open pklebba opened this issue 2 years ago • 4 comments

Are there any plans for what exactly widgets would be implemented?

pklebba avatar Aug 22 '21 16:08 pklebba

Only small things for now, I need a caching/offline mode to implement complex widgets.

Possible widgets:

  • due and expired products
  • shopping list
  • meal plan calendar (not implemented)
  • reminder and action for tasks (not implemented)

But this will come at a later date, if I have time for it, but earliest after an iOS 15 update.

The widget is a separate app and would need up-to-date data to work correctly. Therefore I probably need a database to store the data of the app and enable fast data updates.

supergeorg avatar Aug 23 '21 19:08 supergeorg

Only small things for now, I need a caching/offline mode to implement complex widgets.

Possible widgets:

  • due and expired products
  • shopping list
  • meal plan calendar (not implemented)
  • reminder and action for tasks (not implemented)

But this will come at a later date, if I have time for it, but earliest after an iOS 15 update.

The widget is a separate app and would need up-to-date data to work correctly. Therefore I probably need a database to store the data of the app and enable fast data updates.

supergeorg avatar Aug 23 '21 19:08 supergeorg

Hm. If it's not a problem, could you push the current state on a new branch?

pklebba avatar Aug 24 '21 11:08 pklebba

There is not much done yet besides some experiments. And the most requested feature for now is home assistant Ingress support. When I get it running, there will be some maintenance until iOS 15 is coming around, which will introduce big changes. If I can fit some time in, a small test implementation is possible. I see it more as an idea what's possible than an immediate solution to a problem. But I will look into it.

supergeorg avatar Aug 24 '21 18:08 supergeorg