zeeguu / web

Frontend for the zeeguu web application.
https://www.zeeguu.org
3 stars 5 forks source link

Added an option to delete a user accout #373

Closed tfnribeiro closed 2 weeks ago

tfnribeiro commented 1 month ago

Changes

Notes on Implementation

The account deletion is performed at the path _/accountdeletion, but only proceeds if there is a session storage value which is assigned when the user clicks the button inside the Modal in the settings. This will write to the session storage, and allow the call to the API to be made.

Screens:

Settings Menu

Current New
image image

Deletion Modal

image

Account Deletion Route

image

Success Screen:

image

Error Screen:

image

netlify[bot] commented 1 month ago

Deploy Preview for voluble-nougat-015dd1 ready!

Name Link
Latest commit f63b3b02d7f625c8838b5202886f06f026e40724
Latest deploy log https://app.netlify.com/sites/voluble-nougat-015dd1/deploys/667160f61f157c0008073ab9
Deploy Preview https://deploy-preview-373--voluble-nougat-015dd1.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

tfnribeiro commented 3 weeks ago

I have added the Enum Status tracking - Let me know what you think