Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile - Creating local database for offline records #339

Closed
6 tasks done
egecans opened this issue Oct 17, 2023 · 4 comments
Closed
6 tasks done

Mobile - Creating local database for offline records #339

egecans opened this issue Oct 17, 2023 · 4 comments
Assignees

Comments

@egecans
Copy link
Contributor

egecans commented Oct 17, 2023

We should create a local database for recording user actions in offline mode. We will use Room Database for that, we should also do this code architecture in the scope of MVVM. Therefore, we will create an Entity, DAO (Data Access Object), Repository and ViewModel for all tables we will have.
Sub-issues for that are:

@higurbuzz higurbuzz changed the title Mobile - Create local database for offline records Mobile - Creating local database for offline records Oct 17, 2023
@egecans
Copy link
Contributor Author

egecans commented Oct 24, 2023

I finished Need Table
You can follow my guide: a local database, a Need table, a repository example, a ViewModel example and a dependency Injection example were implemented under this branch. I also added required gradle dependencies

@higurbuzz
Copy link
Contributor

I finished Need Table You can follow my guide: a local database, a Need table, a repository example, a ViewModel example and a dependency Injection example were implemented under this branch. I also added required gradle dependencies

I finished ActionTable according to the Egecan's guide. Now I switched to EventTable.

@higurbuzz
Copy link
Contributor

EventTable is also completed.

@egecans
Copy link
Contributor Author

egecans commented Oct 30, 2023

It is all completed

@egecans egecans closed this as completed Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants