skycoin / services

Incubator repo for various services
16 stars 25 forks source link

json otc transaction reports. #62

Open nutmix opened 6 years ago

nutmix commented 6 years ago
  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.
AlexSugak commented 6 years ago

Me and @alexey-belous are working on this