SFTtech / abrechnung

Payment tracking and money splitting for groups 💸
https://abrechnung.readthedocs.io
GNU Affero General Public License v3.0
130 stars 15 forks source link

offline functionality #20

Open mikonse opened 2 years ago

mikonse commented 2 years ago

currently the web app has no offline capabilities at all and does not deal well with unstable / slow connections as updates to local data is only fetched after websocket notifications.

Measures to decouple the websocket notifications from data changes due to actions:

Further improvements for future offline capabilities

mikonse commented 1 year ago

postponed for now, groundwork is done in the app, but due to too much complexity will not tackle