You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value proposition
As a user I want to be able to mark one or more movies as favourites - and un-mark them when they are not my favourites anymore
Description
Acceptance-criteria
Every movie marked as favourite is displayed immediately in the Watchlist
Every movie marked as favourite can be un-favoured and is automatically removed from the Watchlist
By clicking on the movies in the Watchlist the user is directed to the details page
Tasks
Create a favourite-button (heart)
Add a toggle-favourite-function
Create a mongoDB-collection for movies in Watchlist
Connect app to database
Create isFavorite-Boolean (movie marked for Watchlist or not)
GET value of isFavorite from mongoDB
POST/PUT updated value of isFavorite to mongoDB - depending on toggle-button
Watchlist: Change data-fetching from popular movies to favourite-marked movies
Make each movie in Watchlist clickable and lead it to Detailpage
The text was updated successfully, but these errors were encountered:
WinterIsCoding23
changed the title
As a user I want to choose from a list of movies/search-results to be able to mark one or more of them as favourites
As a user I want to choose from a list of movies/search-results to be able to mark one or more of them as favourites - and un-mark them when they are not my favourites anymore
May 11, 2023
WinterIsCoding23
changed the title
As a user I want to choose from a list of movies/search-results to be able to mark one or more of them as favourites - and un-mark them when they are not my favourites anymore
As a user I want to be able to mark one or more movies as favourites - and un-mark them when they are not my favourites anymore
May 11, 2023
WinterIsCoding23
changed the title
As a user I want to be able to mark one or more movies as favourites - and un-mark them when they are not my favourites anymore
Implement a favourites-functionality
May 12, 2023
Edit: Add favorite-button to every movie on detail-page
Edit: Add poster, title to mongoDB-collection
Edit: Fix error on Watchlist: After click on Watchlist-movie togglebutton shows "make favorite" & click on movie seemingly without effect on button and mongoDB
Bugfix in Watchlist-Slider: If poster_path empty, the placeholder-image is not shown and movie-element is out of place
Bugfix in ToggleFunction: Show "Loading..."-String while retrieving initial State from mongoDB
Bugfix in Watchlist: Show a RandomMovieOnWatchlist that actually is currently available for streaming
Value proposition
As a user I want to be able to mark one or more movies as favourites - and un-mark them when they are not my favourites anymore
Description
Acceptance-criteria
Tasks
The text was updated successfully, but these errors were encountered: