This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Design a roadmap for adding support for database in offix library. #170
Labels
Comments
1 task
Okay, I guess room will work 👍 |
Unfortunately we can't use any third party dependency 😅 |
Is the task for this not yet made or are the instances exhausted? |
We have that supported for projects done on Android platform by using serialization |
The task is made, but actually not published yet. @crowded-geek You can start working on this issue. The task for this will be visible on the dashboard soon and then you can claim it. |
Okay, :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature Request
To support offline mutations even when the app is closed, the mutation requests have to be persisted in a database. Refer to #159 for detailed information.
You need to design a roadmap (flowchart/structure) for the same describing how you are planning to do that, what will be the structure of your database (SQLite/room or any other), how you are going to serialize the mutation requests, any extra files you would be making to implement this feature and so on. You can make it using draw.io or any other similar tool.
The text was updated successfully, but these errors were encountered: