To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorAdding points to user card
As a PasNL-terminal remote manager
I want to add rewards to an user card
In order to increase the user balance without any action of the user
it
- Background Create a remote manager and a program
-
- Given
- a program with name "301"
- And
- I have an user "martijn" with password "dekker"
- And
-
I send a POST request to "/api/v1/admin/login" :
{ "username":"martijn", "password":"dekker" }
- Scenarios
-
- Increasing the balance of a user card
- Setting the transaction date
- An activity is created when increasing the user-balance
- Can only increase the user card-balance with a valid token
- A barcode must be part of the remote managers account
- Increasing the balance of a user card
-
This scenario does not have any steps.
- Setting the transaction date
-
This scenario does not have any steps.
- An activity is created when increasing the user-balance
-
This scenario does not have any steps.
- Can only increase the user card-balance with a valid token
-
This scenario does not have any steps.
- A barcode must be part of the remote managers account
-
This scenario does not have any steps.
Last published over 7 years ago by martijn dekker.