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

Feature: Enroll on DAO on invite link #148

Open
n13 opened this issue May 1, 2023 · 0 comments
Open

Feature: Enroll on DAO on invite link #148

n13 opened this issue May 1, 2023 · 0 comments

Comments

@n13
Copy link
Collaborator

n13 commented May 1, 2023

Is your feature request related to a problem? Please describe.

New DAO members must go to the website and search manually for the DAO they want to join.

DAO admins cannot currently just send out invite links.

Describe the solution you'd like
DAO admins can send out invite links that onboard people into their DAO

In the wallet: Handle new parameter "dao" in invite link. DAO specifies a DAO id, in which the member automatically calls "enroll" on onboarding.
After the account is created, we call enroll on dao.hypha.

We could make dao contract also a parameter, in case we have different contract locations later on. Maybe optional for now, defaulting to dao.hypha.

Additional context
Also in case the user already has an account, this should just call enroll without trying to create an account. We can add that later. We could check if the user is logged in to the network and if so, only process the enroll, and none of the onboarding, with a nice little screen showing progress "enrolling in ..."

We also need to get DAO name, need to figure out how to get this. Might be part of the invite link also.

@n13 n13 changed the title Enroll on DAO on invite link Feature: Enroll on DAO on invite link May 1, 2023
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