PDXPythonPirates/pyrate-stocks

Delete stock ticker via dashboard

Closed this issue · 1 comments

  • User should be able to click a link next to a ticker to delete from their list of followed ticker symbols
  • Redirect back to the dashboard and update the list of ticker data that is displayed

Forgot to add completion comments:

  • There is now a link in the dashboard template with the action /delete/
  • Parse through the user.stocks field and remove the symbol string sent via POST
  • Updates user's data to reflect the new list of stocks