marcusgeorgievski / prj-team-1

Student management system to track assessments and organize notes
https://prj-frontend.vercel.app
3 stars 0 forks source link

As a user, I want to delete my profile #55

Closed Dmanoj07 closed 1 month ago

Dmanoj07 commented 2 months ago

we will implement a profile deletion feature. Users who wish to delete their account permanently can initiate this process. Users can navigate to their profile settings. Within the settings, there will be an option to delete the profile. Clicking this option will trigger the profile deletion process and redirect them to login/register page.

Acceptance Criteria

Testing Criteria

marcusgeorgievski commented 1 month ago

Clerk provides an easy option to delete an account in the Manage account modal under the Security tab.

We need to implement a way to detect this and delete all their data - or do so after x amount of days.

Clerk has Webhooks for user deletion event. It seems we can only test it when the app is deployed. They provide the schema of the request so we can implement it before deploying.

NoneNeko commented 1 month ago

Move this from sprint 2 to sprint 1.