You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user I want to apply for a DAO membership if the DAO settings are created like that.
Acceptance Criteria
If the org access type is not OPEN, and the user wallet address in on a whitelist, the join button appears on the org detail page
If the users wallet address is not whitelisted an apply button appears instead of the join button
Clicking this apply button allows me to create a proposal so that I can apply for membership
The proposal form should contain
3.1 Title
3.2 Description
3.3 Link (optional)
3.4 Tribute offered which will be reserved from users wallet (all supported currencies or NFT) (optional)
3.5 up to 3 different tributes can be offered (optional)
3.6 currently connected wallet address is used for whitelist application
3.7 Deposit (in GAME) (min. deposit amount can be configured in organisation settings) default: 5 GAME
Majority type can be chosen for this propsal and is configurable per organisation (default: relative majority)
The proposal duration can be configured per organisation in the settings (default: 1d)
Additional Information
How to test
join with users who is not on the whitelist --> doesnt work
put user on whitelist --> join --> works
create proposal --> accept --> see address being on the whitelist
create proposal, add tributes --> see funds reserved in users wallet --> accept --> see funds transferred to treasury
try create proposal, add tributes which exceed users transferrable amounts --> proposal not created as of missing funds
create proposal --> see that the configured value was used for proposal duration (eg. 1d)
The text was updated successfully, but these errors were encountered:
User Story
As a user I want to apply for a DAO membership if the DAO settings are created like that.
Acceptance Criteria
3.1 Title
3.2 Description
3.3 Link (optional)
3.4 Tribute offered which will be reserved from users wallet (all supported currencies
or NFT) (optional)3.5 up to 3 different tributes can be offered (optional)
3.6 currently connected wallet address is used for whitelist application
3.7 Deposit (in GAME) (min. deposit amount can be configured in organisation settings) default: 5 GAME
Additional Information
How to test
The text was updated successfully, but these errors were encountered: