UoaWDCC / uasc-web

Project with the University of Auckland Snowsports Club Website & Booking System. Established in 2023.

Home Page:https://uasc-prod.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BACKEND] Create endpoint to delete user

bcho892 opened this issue · comments

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

There is a use case for admins to remove users (low priority.) Make use of the AuthService and UserDataService

BEFORE MERGING

  • Integration test written for services
  • Schemas annotated if adding new models
  • Code generation run (hint: yarn workspace server tsoa spec-and-routes)
  • Appropriate mocks created where possible
  • PR Reviewed (For non-trivial changes)
  • Changes tested after rebasing on master or merging in master (hint: git fetch origin master:master, then git rebase master or git merge master)
  • All required PR checks passing