UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.
https://uasc.co.nz
6 stars 2 forks source link

[FRONTEND] Add operation for admin to delete users on front end #439

Closed bcho892 closed 4 months ago

bcho892 commented 4 months ago

Is your feature request related to a problem? Please describe.

You will need to use the endpoint made in #408 and add an operation to client\src\components\composite\Admin\AdminMemberView\ProtectedAdminMemberView.tsx to call the mutation hook created

refer to client\src\services\Admin\AdminService.ts and client\src\services\Admin\AdminMutations.ts for previous, similar work.

BEFORE MERGING