Added basic docs for leaderboards, and fixtures
This commit is contained in:
parent
e49d806308
commit
6c35bc36e0
3 changed files with 69 additions and 7 deletions
26
doc/Fixtures/Transactions.md
Normal file
26
doc/Fixtures/Transactions.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Leaderboard Fixtures
|
||||
|
||||
* Fixture Name: `transactions`
|
||||
|
||||
## Users:
|
||||
|
||||
* Test User1
|
||||
* email: test1@example.com
|
||||
* password: abc123
|
||||
* Test User2
|
||||
* email: test2@example.com
|
||||
* password: abc123
|
||||
* Test User3
|
||||
* email: test3@example.com
|
||||
* password: abc123
|
||||
* Test User4
|
||||
* email: test4@example.com
|
||||
* password: abc123
|
||||
* Test Org
|
||||
* email: test5@example.com
|
||||
* password: abc123
|
||||
|
||||
## Transactions:
|
||||
|
||||
One transaction every 10 minutes, starting at August 1st 2017 and going back in
|
||||
time, for each user. All transactions go to Test Org.
|
Reference in a new issue