cs361-team15 / agile-project

0 stars 0 forks source link

Portfolio Performance Graphs #5

Open 0xjohnwarila opened 4 years ago

0xjohnwarila commented 4 years ago

As a user I should be able to see graphs for my portfolio’s performance over the past day, week, month, and ytd. This is so I can track its progress and trends, so that I can make educated decisions about future buys or sells.

derringa commented 4 years ago

The DB has stock history but once a stock is sold it is currently expected to be deleted from the tables leaving no ability to calculate previous value for performance trend. we can make a small portfolio performance table holding table id, date, and value at that date?