cardoso/ReduxMovieDB

[NEW] Favorites

cardoso opened this issue · 2 comments

Allow user to favorite a movie (local persistence only)

ftp27 commented

I wonder how to open the favourites list? By tabs or navigation bar buttons?
And where do you want to store it? UserDefaults can fit perfectly, no extra dependencies and CoreData stack. I don't think that a user can pick more than 50 films.

@ftp27 I think UserDefaults is OK.

Navigation bar button for now is better. Tabs in the future.

This is my suggestion (you can think of something better if you want!)

  • Star button (★) on right side of first screen to see list of favorites
  • Star button on right side of second screen to add favorite
    - ☆ : not favorite
    - ★ : favorite

Thanks for your help!