android icon indicating copy to clipboard operation
android copied to clipboard

Remove SQLite database

Open jesmrec opened this issue 2 years ago • 5 comments

Time ago, Android app used to store data in SQLite DB. Then, new architecture came and everything was moved to Room.

But, SQLite exists still in the app

To do:

  • [ ] Check if something in SQLite DB is still used/useful
  • [ ] In case it is, migrate it to Room
  • [ ] Remove SQLite DB

TASKS

  • [ ] Research (if needed)
  • [ ] Create branch feature/feature_name
  • [ ] Development tasks
    • [ ] Implement whatever
    • [ ] ...
  • [ ] Code review and apply changes requested
  • [ ] Design test plan
  • [ ] QA
  • [ ] Merge branch feature/feature_name into master

jesmrec avatar Oct 27 '23 13:10 jesmrec

hey there is this issue still active ?

shalenMathew avatar Dec 07 '23 14:12 shalenMathew

@shalenMathew yes, it's alive. If you are going to work on it, please be very careful.

In any case, it will target (minimum) 4.3, because the change carries some regards.

jesmrec avatar Dec 11 '23 07:12 jesmrec