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

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

Driver Availability: Add controller DELETE endpoint for driver availability #60

Closed calee14 closed 6 months ago

calee14 commented 6 months ago

This pull request adds a new DELETE endpoint /api/driverAvailability to the API, enabling users to delete their own availability records. The endpoint specifically targets availability entries owned by the current user, enhancing the control and management of their availability status. This addition streamlines the process of removing outdated or no longer relevant availability information, contributing to a more efficient and user-friendly system.

Closes #44

JosephLiCodes commented 6 months ago

Looks good to me