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

Add quotes' likes #1

Open
11 tasks
slowikj opened this issue Feb 1, 2022 · 0 comments
Open
11 tasks

Add quotes' likes #1

slowikj opened this issue Feb 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@slowikj
Copy link
Owner

slowikj commented Feb 1, 2022

  • Create a Room entity to store info about likes
  • Adjust domain Quote model to store whether a particular quote has been liked
  • Adjust quote DAOs to handle likes (querying, inserting, deleting)
  • Add heart 🤍 view (both filled and empty one) for quotes' layouts
  • Handle like click in OneQuoteRepository
  • Handle like click in Fragment
  • Handle like click in ViewModel
  • Create getLikedQuotes(): Flow<PagingData<Int, Quote>> in AllQuotesRepository
  • Create LikedQuotesFragment
  • Create LikedQuotesViewModel
  • Add liked quotes entry in the dashboard
@slowikj slowikj added the enhancement New feature or request label Feb 1, 2022
@slowikj slowikj assigned slowikj and unassigned slowikj Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant