issues
search
by-gothic
/
movie-app
0
stars
0
forks
source link
Fix remaining bugs
#32
Closed
by-gothic
closed
9 months ago
by-gothic
commented
9 months ago
Fix various critical bugs, remove console logs.
by-gothic
commented
9 months ago
Display movies only if they have sessions on the "/movies" route.
Allow creating a session only from today and the next 4 days.
Display dates in sessions only if they exist.
Show upcoming movies on the home page instead of those with sessions.
Create a new TicketCard component and refactor the code into it.
Removed the ability to click on upcoming movies.
Refetch sessions every 20 seconds.
Refactor secret keys and tokens into environment files.
Reset user ID in checkout on logout.
Move checkout and confirmation pages to protected routes.
Display an error message if there are no movies with sessions.
Clean up the code from console logs.
~12h
Fix various critical bugs, remove console logs.