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

Order details page #12

Merged
merged 5 commits into from
Jan 2, 2022
Merged

Order details page #12

merged 5 commits into from
Jan 2, 2022

Conversation

Reckless-Satoshi
Copy link
Collaborator

Added order details view endpoint at /order with GET method /order/?order_id=42.
MakerPage takes user to the order details just after creating the order.
Initial frontend for order detail overview.

To Do

  • Logics so the order response sent by the API have status and taker only if user is authorized and is one of the order participants ( any(user.id ==order.maker, user.id==order.taker).
  • Front end gets order premium or satoshis depending of pricing method boolean is_explicit
  • Frontend computes current price based on Binance API every X seconds

@Reckless-Satoshi Reckless-Satoshi merged commit 9c44e84 into main Jan 2, 2022
@Reckless-Satoshi Reckless-Satoshi deleted the order-details-page branch July 19, 2022 18:25
LeoSpyke added a commit to LeoSpyke/robosats that referenced this pull request Jun 12, 2023
@turizspace turizspace mentioned this pull request Aug 26, 2023
1 task
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

Successfully merging this pull request may close these issues.

None yet

1 participant