We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dashboard
Main API source: /stats/operator
/stats/operator
Completed deposits = totalDeposits
totalDeposits
Pending deposits = TBA
Completed withdrawals = totalWithdrawals
totalWithdrawals
Pending withdrawals = TBA
Outstanding Current = currentOutstanding
currentOutstanding
ACH Transactions
Main API source: /stats/deposit and /stats/withdrawal
/stats/deposit
/stats/withdrawal
Use userId on each item to retrieve the user from /users/
userId
Make type = deposit or withdrawal
Use /stats/operator linked via operator attribute to show BerkShares Bank
operator
Use /users/<id>/funding-sources to show User Bank
/users/<id>/funding-sources
Use transactionHash for ID, make this link to block explorer transaction
transactionHash
Blockchain Transactions - rename this to "Transfers"
Main API source /stats/transfers / stats/deposit / /stats/withdrawal
/stats/transfers
stats/deposit
Use transactionHash for hash, maybe rename to txId etc. Link to block explorer.
Use fromUserId to retrieve user from /users/<id> and get the user name. Link this field to the Users->detail route.
fromUserId
/users/<id>
Use toUserId to retreive user from /users/<id> and get the user name. Link this field to the Users->detail route. From address/to address as specified
toUserId
Amount shold be converted from wei to whole units and have B$ prefix
Created At should be converted from epoch timestamp to US date format
Blocks confirmed should be calculated using the current block number
Users
Main API source: "/users"
Get user details from user.customer.body
Balance is already converted to B$ and needs the "B$" prefix
Remove Last Login column, not required
Wallet address as is
Address as is, from customer object
Smart Contracts Configuration
Main API source: "/health"
Pause button for Controller should direct to POST /admin/pause
Controller
/admin/pause
When paused, change icon and should direct to POST /admin/unpause
/admin/unpause
The text was updated successfully, but these errors were encountered:
JeyDev310
No branches or pull requests
Dashboard
Main API source:
/stats/operator
Completed deposits =
totalDeposits
Pending deposits = TBA
Completed withdrawals =
totalWithdrawals
Pending withdrawals = TBA
Outstanding Current =
currentOutstanding
ACH Transactions
Main API source:
/stats/deposit
and/stats/withdrawal
Use
userId
on each item to retrieve the user from /users/Make type = deposit or withdrawal
Use
/stats/operator
linked viaoperator
attribute to show BerkShares BankUse
/users/<id>/funding-sources
to show User BankUse
transactionHash
for ID, make this link to block explorer transactionBlockchain Transactions - rename this to "Transfers"
Main API source
/stats/transfers
/stats/deposit
//stats/withdrawal
Use
transactionHash
for hash, maybe rename to txId etc. Link to block explorer.Use
fromUserId
to retrieve user from/users/<id>
and get the user name. Link this field to the Users->detail route.Use
toUserId
to retreive user from/users/<id>
and get the user name. Link this field to the Users->detail route.From address/to address as specified
Amount shold be converted from wei to whole units and have B$ prefix
Created At should be converted from epoch timestamp to US date format
Blocks confirmed should be calculated using the current block number
Users
Main API source: "/users"
Get user details from user.customer.body
Balance is already converted to B$ and needs the "B$" prefix
Remove Last Login column, not required
Wallet address as is
Address as is, from customer object
Smart Contracts Configuration
Main API source: "/health"
Pause button for
Controller
should direct to POST/admin/pause
When paused, change icon and should direct to POST
/admin/unpause
The text was updated successfully, but these errors were encountered: