llllllll-l / TripMDB

A fun way for movie nerds to find their next trip
2 stars 0 forks source link

Fix bug there a users can add a trip with a date in the past #49

Closed llllllll-l closed 5 months ago

llllllll-l commented 5 months ago

In the DetailedMovie.jsx, there is a bug that a user can enter and submit a trip with a date that is in the past. This should not be allowed and the user should be notified if (s)he tries to enter a date in the past. The POST should not be called!