- [x] Dashboard - [x] Main API source: `/stats/operator` - [x] Completed deposits = `totalDeposits` - [x] Pending deposits = TBA - [x] Completed withdrawals = `totalWithdrawals` - [ ] Pending withdrawals = TBA - [x] Outstanding Current = `currentOutstanding` - [x] ACH Transactions - [x] Main API source: `/stats/deposit` and `/stats/withdrawal` - [x] Use `userId` on each item to retrieve the user from /users/<id> - [x] Make type = deposit or withdrawal - [x] Use `/stats/operator` linked via `operator` attribute to show BerkShares Bank - [x] Use `/users/<id>/funding-sources` to show User Bank - [x] Use `transactionHash` for ID, make this link to block explorer transaction - [x] Blockchain Transactions - rename this to "Transfers" - [x] Main API source `/stats/transfers` / `stats/deposit` / `/stats/withdrawal` - [x] Use `transactionHash` for hash, maybe rename to txId etc. Link to block explorer. - [x] Use `fromUserId` to retrieve user from `/users/<id>` and get the user name. Link this field to the Users->detail route. - [x] 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 - [x] Created At should be converted from epoch timestamp to US date format - [x] Blocks confirmed should be calculated using the current block number - [x] Users - [x] Main API source: "/users" - [x] Get user details from user.customer.body - [ ] Balance is already converted to B$ and needs the "B$" prefix - [x] Remove Last Login column, not required - [x] Wallet address as is - [x] Address as is, from customer object - [x] Smart Contracts Configuration - [x] Main API source: "/health" - [x] Pause button for `Controller` should direct to POST `/admin/pause` - [x] When paused, change icon and should direct to POST `/admin/unpause`
Dashboard
Main API source:
/stats/operatorCompleted deposits =
totalDepositsPending deposits = TBA
Completed withdrawals =
totalWithdrawalsPending withdrawals = TBA
Outstanding Current =
currentOutstandingACH Transactions
Main API source:
/stats/depositand/stats/withdrawalUse
userIdon each item to retrieve the user from /users/Make type = deposit or withdrawal
Use
/stats/operatorlinked viaoperatorattribute to show BerkShares BankUse
/users/<id>/funding-sourcesto show User BankUse
transactionHashfor ID, make this link to block explorer transactionBlockchain Transactions - rename this to "Transfers"
Main API source
/stats/transfers/stats/deposit//stats/withdrawalUse
transactionHashfor hash, maybe rename to txId etc. Link to block explorer.Use
fromUserIdto retrieve user from/users/<id>and get the user name. Link this field to the Users->detail route.Use
toUserIdto 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
Controllershould direct to POST/admin/pauseWhen paused, change icon and should direct to POST
/admin/unpause