Watchlist-project / movie-watchlist-frontend

The front end functionality for a movie watchlist application
0 stars 0 forks source link

Implement detailed watchlist view #20

Closed Martenere closed 7 months ago

Martenere commented 8 months ago

screen mockups (can be done on pen and paper for speed) Image

for each screen: tell me the URL router path in the app Path: watchlists/:id

tell me if any fetch requests must be done (and to what API endpoint)

tell me any particular state that needs to be stored Fetch request is done by jotai atom watchlistState and the selected watchlist is stored in atom currentlyEditingState So in short use currentlyEditingState to get watchlistData

list of actions the user can perform (clicks, typing in forms, etc...)

list of how I redirect / navigate to other pages from this screen Using navbar for main navigation

Quick planning before issue was created Image

Modal view, inspiration from spotify Image

LinusWillmont commented 8 months ago

Merged this branch for other team members to start working on other thing related Reopened to finish functionality