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

Threshold scenarios - min points, max points, maxed out allocations #5

Open
moi-gk opened this issue Apr 26, 2023 · 0 comments
Open

Comments

@moi-gk
Copy link

moi-gk commented Apr 26, 2023

Blocks #1

Scenario 1: Not enough points accrued
As a user with less than 3 points earned,
When I login and land to the eligibility screen,
Then I should not be able to claim any tokens and must be asked to explore the ecosystem.

Scenario 2: Exceeding maximum points
As a user with more than 1008 points accrued,
When I login and land to the eligibility screen,
Then I should not be able to claim more than 100,800 tokens while signing the message.

Scenario 3: Out of allocation
As a user with eligibility to claim tokens,
Given the maximum number of tokens(refer to PRD: 150,000,000 tokens) are already claimed,
When I login and land to the eligibility screen,
Then I should not be able to claim any tokens and instead be prompted with a message conveying the scenario.

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