-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
User Story
As Guild Operator I want to create a Seasons so I can run gamer engagement contest and drop rewards for engaged users
Acceptance Criteria
-
Seasons consists of name &time period
(start & end block) -
extrinsic/possibility to add/link access key collection-ID
(battlepass collectionID to be entered here) -
extrinsic/possibility to add/link XP points to levels map
(eg. 1000 XP -> Lvl10, 3000 XP -> Lvl 20) -
extrinsic/possibility to add/link quests incl. achievable XP points
(eg. QuestID: 42,follow on twitter,100XP) -
configure rewards/NFTs for Levels
(eg. Lvl30 --> 30% voucher for online shop)
Additional Information
- The season should be a wrapper for Levels, Rewards and the battlepass as access key for the rewards
How to test
- Season object mapped on DAO available with start & expiry date
- assigning nft collection as access key and query this data
- assigning an XP->Level map and query this data
- assigning quests ->XP points and query this data
- assigning NFTs ->Levels and query this data
Reactions are currently unavailable