#922-Implement-a-function-to-delete-a-account #929

Closed
c24elipe wants to merge 3 commits from #922-Implement-a-fucntion-to-delete-a-account- into team_2_week_5
Collaborator

Implement a function to delete a user using the login service.

Environment

This was developed on an Arch-based Linux distribution.

What has been done?

  • service/loginService/loginService/DatabaseLogic/DatabaseQueries.cs
    • I added the functionality/function to delete a user
  • service/loginService/loginService/DatabaseLogic/IDatabaseQueries.cs
    • Added the delete function in the interface
  • service/loginService/loginService/Endpoints/AuthEndpoints.cs
    • Added delete endpoint
    • Updated the structure to be more testable
  • service/loginService/loginService/Models/Requests/DeleteUserDto.cs
    • To contain the request data
  • service/loginService/loginService/Services/AuthService.cs
    • Added the delete logic

Issue:

#922

# Implement a function to delete a user using the login service. ## Environment This was developed on an Arch-based Linux distribution. ## What has been done? * **service/loginService/loginService/DatabaseLogic/DatabaseQueries.cs** * I added the functionality/function to delete a user * **service/loginService/loginService/DatabaseLogic/IDatabaseQueries.cs** * Added the delete function in the interface * **service/loginService/loginService/Endpoints/AuthEndpoints.cs** * Added delete endpoint * Updated the structure to be more testable * **service/loginService/loginService/Models/Requests/DeleteUserDto.cs** * To contain the request data * **service/loginService/loginService/Services/AuthService.cs** * Added the delete logic ## Issue: #922
a22erigr 2026-05-12 15:05:48 +00:00
b24erika changed title from #922-Implement-a-fucntion-to-delete-a-account to #922-Implement-a-function-to-delete-a-account 2026-05-13 07:58:31 +00:00
Collaborator

Errors when testing on Windows. This should be merges in next weeks branch

## Errors when testing on Windows. This should be merges in next weeks branch
a22erigr closed this pull request 2026-05-13 08:40:30 +00:00
Collaborator

tested on windows 11 and works for me

tested on windows 11 and works for me

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Andras/BoundlessFlowCampus2K!929
No description provided.