SladeInSeat / GA-Project3-StockTracker

0 stars 1 forks source link

Functionality: with found stocks from api, add stock to account through 'add' button. #24

Open SladeInSeat opened 5 years ago

SladeInSeat commented 5 years ago

currently, the add button saves search data to mongo in stock/account table.

Search data only has name and ticker. Account parent and qty (set to 0) is added to the db as well.

To have the stock also added to account display, add button must also create a stock and save it to stocks table. Dont worry about price for now.