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

editing accounts (description, roles) #49

Open
tt0mmy opened this issue Jul 18, 2022 · 0 comments
Open

editing accounts (description, roles) #49

tt0mmy opened this issue Jul 18, 2022 · 0 comments

Comments

@tt0mmy
Copy link
Contributor

tt0mmy commented Jul 18, 2022

Currently, to edit an existing account we have account.addFeatures, account.setDescription, account.addRoles, and account.removeRoles.

In a UI where the UX allows a user to modify multiple accounts' roles at a time before saving, it's possible that this user will be prompted to verify two transactions. Once for account.addRoles and one for account.removeRoles. To determine if account.addRoles and account.removeRoles is called, a diff between the existing data and edited data would have to be made.

Would it make sense to have an API where we could update description and roles in one shot so that a user will only be prompted once to verify the transaction?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant