services icon indicating copy to clipboard operation
services copied to clipboard

json otc transaction reports.

Open nutmix opened this issue 6 years ago • 1 comments

  1. create A "Transactions" tab on admin panel.
  2. show a filter at the top with "all", "pending", "completed". all is the default.
  3. List the transactions, one per line, with relevant info in columns, including:
    1. time created,
    2. time deposited,
    3. time sky sent,
    4. status,
    5. amount,
    6. rate
    7. sky address
    8. BTC address.
    9. anything else worth showing.
  4. create the corresponding API call with option to specify, all, completed, pending etc.
  5. Note: pending = not completed, so should show any which have error status, manually stopped status, and any other status we add which is not "completed".

Later enhancements (TBD)

  1. paging
  2. date ranges
  3. search by sky address
  4. search by btc address
  5. download results as CSV.
  6. possibly showing less info, so looks ok on mobile, with a link to open a popup with more details.

nutmix avatar Mar 07 '18 15:03 nutmix

Me and @alexey-belous are working on this

AlexSugak avatar Mar 09 '18 09:03 AlexSugak