-
Notifications
You must be signed in to change notification settings - Fork 7
Brief Description of Software
yemreinci edited this page May 8, 2019
·
11 revisions
This software is a small demonstration of the main project. It aims to provide the basic functionality of a trading application. These functionalities are displaying a list of most-known parities, their current and historical exchange rates and creating, deleting, listing manual investments and displaying their related profits individually or in the aggregated form. Besides this trading platform-specific functionalities, since manual investments are done by users, this software provides basic sign-up and sign-in functionalities.
Our application is online and can be found at traiders-practice.tk.
Below, you may see the complete list of endpoints our application provides to the users:
- Register at api.traiders-practice.tk/register
- Log in at api.traiders-practice.tk/login
- Get current exchange rate of the given parity at api.traiders-practice.tk/parity/latest/
- Get historical exhange rate of the given parity at api.traiders-practice.tk/parity/<date>
- Display all parities that exist in the system at api.traiders-practice.tk/parity/
- Create, delete and list manual investments at api.traiders-practice.tk/investments
- Get your profit for a specific investment at api.traiders-practice.tk/investments/profit
- Get your total profit at api.traiders-practice.tk/investments/total_profit
- If you need more information, you may find it at api.traiders-practice.tk/doc
- Requirements
- Mockups
- User Types
- Personas, User Stories and Acceptance Criteria
- Use Case Diagrams
- Class Diagram
- Sequence Diagrams
- Milestone Report #1
- Project Plan
- System Manual
- User Manual
- TrAiders Annotation Server