Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve UX of account deletion functionality #213

Open
letehaha opened this issue Aug 10, 2023 · 0 comments
Open

Improve UX of account deletion functionality #213

letehaha opened this issue Aug 10, 2023 · 0 comments
Labels
good first issue Good for newcomers priority-3-low repo: frontend Related to front-end type::enhancement New feature or request UX improvement Something that improves the overall UX

Comments

@letehaha
Copy link
Owner

When deleting accounts, we need to add a confirmation message if there're any transactions associated with that account. The message should warn the user that all associated transactions, and the history of that transactions will be forever lost (maybe consider soft delete until 30 days).

To check for transactions, firstly check if there're any local ones, then make a call to the API.

If there're no transactions associated, anyway show a confirmation message asking if the user sure about his action.

It should be a modal.

@letehaha letehaha added type::enhancement New feature or request good first issue Good for newcomers repo: frontend Related to front-end priority-3-low UX improvement Something that improves the overall UX labels Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers priority-3-low repo: frontend Related to front-end type::enhancement New feature or request UX improvement Something that improves the overall UX
Projects
None yet
Development

No branches or pull requests

1 participant