ucsb-cs156-s24 / proj-gauchoride-s24-5pm-6

https://ucsb-cs156-s24.github.io/proj-gauchoride-s24-5pm-6/
0 stars 0 forks source link

Epic Part 2: Fix Errors Frontend Issue for DriverAvailability #31

Closed diyaparm closed 3 months ago

diyaparm commented 3 months ago

_### As a...

driver

I can...

Undestand what each of the form fields mean

So that...

i can submit a correct availability without running into issues

Discussion

Frontend issue 1: image There is no 'bad-input' error messages. We should have error messages on bad input for Day, Start Time, End Time. For day it would be ideal to convert this field to a dropdown, similar to the one on the RideRequestForm.

Frontend issue 2: Like the RideRequestForm we want to have example messages on each of the form fields to help making it easier for the driver to know how to fill it out Example: image

Acceptance Criteria

Implementation Todos