johnfoley14 / 4442Testing

Software Testing Project for CS4442
0 stars 0 forks source link

Create Booking Modal crashes if start time or end time given a time instead of a date #23

Open eoghano4321 opened 1 year ago

eoghano4321 commented 1 year ago

Issue Description

If a user tries to create a booking the preview format is a 24hour clock time input If the user inputs a time it causes the site to crash If a date is inputted this is not an issue

eoghano4321 commented 1 year ago

This is connected to #18 - The database is taking in a date input to the time column causing the application to crash if a time is inputted