Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Design a roadmap for adding support for database in offix library. #170

Open
Lavanyagaur22 opened this issue Dec 5, 2019 · 6 comments
Open
Labels

Comments

@Lavanyagaur22
Copy link
Collaborator

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.

@xatuke
Copy link

xatuke commented Dec 5, 2019

Okay, I guess room will work 👍

@harshithdwivedi
Copy link
Collaborator

Unfortunately we can't use any third party dependency 😅
Using Firebase will force people to use Google Play Service which is something that we don't want to do.

@xatuke
Copy link

xatuke commented Dec 12, 2019

Is the task for this not yet made or are the instances exhausted?

@wtrocki
Copy link
Contributor

wtrocki commented Dec 12, 2019

We have that supported for projects done on Android platform by using serialization

@Lavanyagaur22
Copy link
Collaborator Author

Lavanyagaur22 commented Dec 12, 2019

Is the task for this not yet made or are the instances exhausted?

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.

@xatuke
Copy link

xatuke commented Dec 12, 2019

Okay, :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants