zachnicoll / trading-platform

Repository for the CAB302 major assessment piece.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUY/SELL Trade Page

zachnicoll opened this issue · comments

Requirements

  • User should be able to view the 'Trade' page for a particular AssetType
  • BUY/SELL buttons should display a popup where further order information is entered
  • Confirming the Trade will send a POST API request to the /trades/ endpoint containing Trade information
  • The 'Trade' page should only be viewable if the User is logged-in

User Story

As an OU member
I want to have access to the trading platform application with my own password and username
So that I can trade using the credit balance and assets of my OU

Given I am a User that is a member of an OU
When I login with my own password and username
Then I should be able to trade with my OU’s credit balance and available resources, with other OUs

Deisgn Links

Trade Page: https://www.figma.com/file/Zhfor6WP7czBx5ELGXrYqj/TradingApplicationGUI?node-id=23%3A26
Order Popup: https://cdn.discordapp.com/attachments/831331746972696586/831452902861307974/TradingPagePopup.png