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

I want to bank with TokenLogger #633

Open
WorldImpex opened this issue Feb 9, 2020 · 0 comments
Open

I want to bank with TokenLogger #633

WorldImpex opened this issue Feb 9, 2020 · 0 comments
Labels

Comments

@WorldImpex
Copy link

WorldImpex commented Feb 9, 2020

As a user, I want to accumulate my tokens so that I can buy things in MindLogger.

Requirements:

  • The user should be able to see a running tally of the tokens received or taken away.
  • The user can take those tokens and redeem them for preset rewards.
  • The item's name (Says something nice) and the value of that (+5 tokens) is editable by the editor as well as the reward's item name (Gets to drink a coke) and value (25 tokens).
  • As the content changes, the user should still retain the running number in the bank account.
  • Applets that setup a TokenStore should have their tokens added to

Acceptance Criteria:
Given I am user
When I complete a goal on TokenLogger
Then I can receive tokens for my account

Given I am a user
When I redeem my 10 tokens for a 5 token coke
Then I have 5 tokens left over in my account

Given I am a user
When I am starting a new assessment with 10 from my last assessment tokens in my account
Then I will keep them

@WorldImpex WorldImpex added the Epic label Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@WorldImpex and others