Watch all kinds of movies and tv series with agin tv desktop application
GGORG
Check their projects out: SOM Catppuccin theme, Converge Monitor, Agin Website, XMLang, FlipperFS
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Made homescreen in the desktop app with carousel with switching slides as well as proper endpoint in api. Login flow is fully functional now, it remembers your account so you dont need to login every time you open the app.
Changed oidc auth architecture. Made /auth/start_session and /auth/login endpoints in api, but auth is still not completely finished. Added tanstack router and initialized shadcn with tailwind css in desktop app. Created app welcome screen and login button with (almost) working login flow.
Genres are now stored in different collection in database and are populated and returned with movie details.
Added tmdb client autogenerated from openapi, but had to type bunch of things myself. /moive/{movie_id} endpoint now works but only for movies not tv series, added finding the most suitable logo and vertical cover images. Storing movie's genres is not finished yet though.
Started working on api: connecting with database, user schema, health endpoint, started working on movie/{movieId} enpoint, started working on oidc user authorization. Desktop: initialize tauri, done client side part of oidc login.