Skip to content

Commit

Permalink
Added todos
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Jun 29, 2024
1 parent 224c871 commit 9dee5c3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions week-2/api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

## Todos
- Create a balances endpoint where user can come and see their balance
- Create an on ramp endpoint where user can come and `on ramp` fiat (INR)
6 changes: 6 additions & 0 deletions week-2/db/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

## TODOS
- Capture the DB events other than the trade events
- Order information. As orders move off of orderbooks, they should be present in databases
- Ticker information. There should be a `ticker` table that stores the current price
- Trades information. User should be able to see the recent set of trades
3 changes: 3 additions & 0 deletions week-2/ws/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Todos
- Let user subscribe to their own trades. As their trades get filled, they should get back this information.

0 comments on commit 9dee5c3

Please sign in to comment.