kwicherbelliaken / bad-reviews-make-good-movies

0 stars 0 forks source link

[FEATURE]: figure a loading state while we are adding something to our Watchlist #50

Closed slackermorris closed 10 months ago

slackermorris commented 10 months ago

Cool. Got most of it done. I just need to handle an error state. There is the possibility of using a tooltip. But I like things to be a bit more obvious...

slackermorris commented 10 months ago

I want to do some filtering serverside. Like, search for the movies but only return those that are not yet on the Watchlist. However, this means I need to share permissions between the API Stacks. I either need set up a new endpoint for my own brmgd stack or do this via the tmdb stack.

Maybe a new endpoint:

/list-movies

And this endpoint calls search on the tmdb stack while simultaneously retrieving the Watchlist movies and then does some filtering.

slackermorris commented 10 months ago

Yeah, I need to figure out how, using a Condition Expression, I can query the secondary index and try to find a movie with .movieDetails where title = :title.