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

Add verification before deleting user #108

Closed
madeofpendletonwool opened this issue Oct 2, 2023 · 8 comments
Closed

Add verification before deleting user #108

madeofpendletonwool opened this issue Oct 2, 2023 · 8 comments
Assignees
Labels
enhancement New feature or request hacktoberfest

Comments

@madeofpendletonwool
Copy link
Owner

Super easy addition, add additional check via screen pop up to verify before a user is deleted. Currently, hitting delete user just deletes them.

@rabroldan
Copy link
Contributor

Can i take try and take this issue?

@madeofpendletonwool
Copy link
Owner Author

Of course! Search for "# Modify User Stuff" in main.py. The project UI is built with Python Flet, so have a look at their documentation if you aren't familiar already. It's super quick to pick up! Let me know what other details I can provide!

@rabroldan
Copy link
Contributor

alright sounds good ill take a look into it now

@rabroldan
Copy link
Contributor

rabroldan commented Oct 2, 2023

hey quick question, jsut trying to avoid bugs. if the user decided not to proceed with the deletion after verification, where do you want me to send them? like back to the home page?

go_homelogin(page): here?

@rabroldan
Copy link
Contributor

sample code

            else:
                print("Deletion canceled.")
                go_homelogin(page)

@rabroldan
Copy link
Contributor

hi @madeofpendletonwool kindly please review thanks

@madeofpendletonwool
Copy link
Owner Author

Comment created here:

#111

You should be able to just close the dialog if the user decides to not delete the user.

@madeofpendletonwool madeofpendletonwool added the enhancement New feature or request label Oct 5, 2023
@madeofpendletonwool
Copy link
Owner Author

Added in version 0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants