chrishjorth / sharingear-static

HTML, CSS, JavaScript files, Images, etc.
0 stars 0 forks source link

Booking step 1 > Selecting date > Selecting time #280

Closed mirceasharingear closed 9 years ago

mirceasharingear commented 9 years ago

WHAT IS WRONG When a user wants to book an instrument, clicks the booking button, gets the first view (Booking step 1), chooses the pick-up date, the "Select time" window comes up. If the user has selected the wrong date, he/she has no possibility to leave/cancel the "Select time" window to go back to the calendar.

HOW IT SHOULD BE The "Select time" should have a close window button, as the Booking step 1 view ( See photo) skaermbillede 2015-02-20 kl 21 25 36

chrishjorth commented 9 years ago

It would be better to place a cancel/confirm set of buttons inside the popup. This would also allow to change the hour if the wrong one was selected the first time around.

Also we need to make sure that the default time for dates is 12:00 noon since we cannot have a date without time and the default 00:00 does not make sense. Canceling time selection allows the user to proceed in the booking, hence the default time issue.