Mexator/Petfinder-mobile-client

Screen for viewing liked pets

Closed this issue · 5 comments

Feature for in-app "liking" pets and viewing them at some screen.
Can be achieved by either adding new ViewModel for MainFragment, or changing current

Favourites endpoint returns list of pet ids and pagination.
To show pets list page by page:

  1. Get page of needed IDs
  2. Load pets for it
  3. Show pets
  4. Repeat for next page from step 1

Set-Cookie: session_timeout=deleted; expires=Fri, 16-Aug-2019 18:50:55 GMT; max-age=0; path=/; HttpOnly

  • TODO: LocalDataSource

Change title to "Favourite pets"

  • Photos for favorite pets does not saved properly
  • Detail view for favorite pets
  • Refresh
  • 404 sometimes. WTF?