dalal-street-server
dalal-street-server copied to clipboard
[orders-web]: Show users how much cash and stocks were reserved
Currently, we are reserving cash and stocks. But there's no mechanism to show how much cash / orders were reserved apart from scrolling portfolio page. Users should be able to see these details explicitly probably in their Portfolio page.
For now, I was thinking about having a separate graph for reserved stocks per company? Along with just one field that shows the sum of total reserved cash. Let me know if you have something better. Write down what you have thought for it before working on anything.
Reserved Stocks per company is already implemented. Need to show ReservedStocksWorth.
We can have a similar field for reserveStocksWorth. We already get map in portfolio page. Implementation would be similar to that of calculating worth of stocks owned.