mpeng8 / PyTrade

0 stars 2 forks source link

User Stock List #17

Open mpeng8 opened 7 years ago

mpeng8 commented 7 years ago

Story/Task Details

Acceptance Scenarios

Given: A registered user on the stock list page When: the delete button is clicked Then: the stock list table should be updated

Given: A registered user on the stock list page When: the user searches for a new stock Then: a list of matching stocks should be displayed

Possible influenced functions

  1. database user related functions
  2. stock price display

Done Done Criteria

The feature should be integrated with current code without any error or new bug.