ReduxMovieDB icon indicating copy to clipboard operation
ReduxMovieDB copied to clipboard

[NEW] Favorites

Open cardoso opened this issue 5 years ago • 2 comments

Allow user to favorite a movie (local persistence only)

cardoso avatar Jan 07 '19 00:01 cardoso

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 avatar Oct 01 '19 21:10 ftp27

@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!

cardoso avatar Oct 02 '19 13:10 cardoso