ucsb-cs156-w24 / proj-gauchoride-w24-7pm-4

https://ucsb-cs156-w24.github.io/proj-gauchoride-w24-7pm-4/
0 stars 0 forks source link

Table component for Driver Availability plus tests #37

Closed AllenHsm closed 6 months ago

AllenHsm commented 6 months ago

Add table component for driver availability plus its test. Since we have not determined whether to add edit & delete functions, the codes are commented Closes: #15 Storybook page for ordinary user: image

Storybook page for driver: image Storybook page for admin: image

npm coverage: image

mutation coverage: image

image

AllenHsm commented 6 months ago

I think its better to just have the edit and delete in, rather than leave it commented

Now drivers can edit their availability and the admin can edit & delete the availability. Test coverage: image

Table mutation coverage: image

Storybook page for ordinary user: image

Storybook page for driver: image Storybook page for admin: image