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

Active Trade #26

Open
denistsoi opened this issue Apr 15, 2021 · 0 comments
Open

Active Trade #26

denistsoi opened this issue Apr 15, 2021 · 0 comments
Labels
Frontend Frontend tasks
Projects
Milestone

Comments

@denistsoi
Copy link
Contributor

Active Trade

As a user, I wish to accept Trade-Request, to engage with the counter-party to engage in a Trade.

As a Trade-Poster, I will be presented with the following information about a Trade-Request

Initiator: String!
Owner: String! (Reference to TNBCrow account)
Rate: Number!
Amount: Number!
Initiator Confirmed: Bool
Owner Confirmed: Bool
TOS: String!
Payment Method: String[]
Status: String!
Payment Windows: Date

Scenario:

  • Once Initiator Confirmed and Owner Confirmed fields are set to True,
    the balance is deducted from the sellers account and is added into the buyer's account.

  • The buyer can cancel the trade anytime since they’re in charge of sending the agreed payment method.

  • The seller can cancel the trade only if the payment window has expired.

@denistsoi denistsoi added the Frontend Frontend tasks label Apr 15, 2021
@denistsoi denistsoi added this to the User Stories milestone Apr 15, 2021
@denistsoi denistsoi added this to To do in Frontend via automation Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend Frontend tasks
Projects
Development

No branches or pull requests

1 participant