anitab-org / mentorship-android

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the Android application of this project.
https://github.com/anitab-org/mentorship-android/raw/apk/app-debug.apk
GNU General Public License v3.0
167 stars 378 forks source link

Storing Tasks locally for access without network. #937

Open garimasingh128 opened 3 years ago

garimasingh128 commented 3 years ago

Description

As an user of the app, sometimes I may need to check my task list but network connection may not be available. So my tasks should be stored locally in my phone. For example in Whatsapp, you can check the chats even if you're offline. In the same way, I should be able to check my stats on the app without going online. We can use room database for storing the data locally.

Acceptance Criteria

Update [Required]

Definition of Done

Estimation

2-4 hours depending on fluency with the backend and database.

justdvnsh commented 3 years ago

@garimasingh128 @iofall I'd like to work on this issue !!

vj-codes commented 3 years ago

@justdvnsh any updates? I see your commit but no PR 👀

justdvnsh commented 3 years ago

@vj-codes Yes. I started working on it just now ! 😅