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 click a random-button in order to have a random movie from my watchlist suggested to me.
Description
Acceptance criteria
By clicking the random-watchlist-movie-button the user is directed to the detail page of a random movie from the Watchlist.
The displayed movie is marked as a favourite.
By clicking the random-watchlist-movie-button AGAIN the detail page of a DIFFERENT movie from the Watchlist is shown.
Tasks
Create a random-watchlist-movie-button in the Watchlist-component on the startpage (OR in the navbar, tbd)
Link the onClick-event of the button to a random-function that shows a random watchlist-movie detail page
Replace the random movie-infos (title, image) on the startpage by a another random-movie-button and adapt the styling (size!) depending on the styling of the random-watchlist-movie-button
Link the onClick-event of the random-movie-button to a random movie from the database (API)
The text was updated successfully, but these errors were encountered:
WinterIsCoding23
changed the title
As a user I want to click a random-button in order to have a random movie suggested to me.
As a user I want to click a random-button in order to have a random movie from my watchlist suggested to me.
May 11, 2023
WinterIsCoding23
changed the title
As a user I want to click a random-button in order to have a random movie from my watchlist suggested to me.
Add random movie button
May 12, 2023
Value proposition
As a user I want to click a random-button in order to have a random movie from my watchlist suggested to me.
Description
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: