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

Implement Proxy Account for Teams Pallet #17

Open
1 task
dharjeezy opened this issue Apr 8, 2023 · 0 comments
Open
1 task

Implement Proxy Account for Teams Pallet #17

dharjeezy opened this issue Apr 8, 2023 · 0 comments

Comments

@dharjeezy
Copy link

dharjeezy commented Apr 8, 2023

We want to be able to set up proxy for teams, It just means that an account is being set up as a proxy like admin account to oversee it. The use case is that in a business someone might leave the company, and someone else might take over, but they would both require an admin to do the reassignment and cleanup.

The conversation is that we can either do this or both:

  1. Include a param in the extrinsic for creating team, the param will be the proxy account Id.

  2. Expose an extrinsic for accepting the proxy for a team.

  • We also need to implement a StorageMap for storing the team hash as key with the proxy account id as the value.
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