Skip to content
New issue

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

json otc transaction reports. #62

Open
nutmix opened this issue Mar 7, 2018 · 1 comment
Open

json otc transaction reports. #62

nutmix opened this issue Mar 7, 2018 · 1 comment
Assignees

Comments

@nutmix
Copy link
Contributor

nutmix commented Mar 7, 2018

  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
Copy link
Contributor

Me and @alexey-belous are working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants