Add list of notes as livedata in the notesviewmodel
Open
- Dominant language
- Kotlin
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/MamboBryan/noted/blob/ade4b22133deca656a2b69d98df9a469b28c2e1f/app/src/main/java/com/mambokidogo/noted/ui/notes/NotesViewModel.kt#L6
@kanake10 in this file is where we use the livedata as we get the list of notes in the db
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with app/src/main/java/com/mambokidogo/noted/ui/notes/NotesViewModel.kt at the referenced line, then inspect how the notes list is read from the database. Confirm how the view model exposes that list and how the notes view consumes it. Done means the notes view model provides the database note list as LiveData.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100