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

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

FEATURE: Improve the usability of the admin DriverAvailabiltyIndexPage #4

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

As a...

Admin

I can...

know whos availability each row in the table is

So that...

its easier to view quickly

Discussion

image

Admins can view every DriverAvailability submitted by any driver by clickling Driver Availabilities under the Admin dropdown on the navbar. But right now each entry in the table, simply shows just the driver id.

In other place in the application, the driver id is a hyperlink that takes the user to a information page on that driver. For this table, we want to do the same and have the driverId be a hyperlink to the information page like on the Shifts page.

The second thing regarding this index page is the review button. It doesn't do anything and there is no purpose for it being there. Please remove it.

Acceptance Criteria

Implementation Todos

Frontend:

github-actions[bot] commented 4 months ago

Copied from https://github.com/ucsb-cs156/proj-gauchoride/issues/107