mpeng8 / PyTrade

0 stars 2 forks source link

Navigation Bar #33

Open mpeng8 opened 7 years ago

mpeng8 commented 7 years ago

Story/Task Details

-The navigation bar displayed below the stock price chart should be developed, and have a rectangular viewpoint. The viewpoint can indicate which time frame the user is currently looking at. The navigation bar is similar to a time line, and it can tell the user the exact time range for a stock price which PyTrade can provide. And the viewpoint is a desired feature because it is interactive and can greatly improve user experience.

Acceptance Scenarios

Given: A registered user on a certain stock page When: the user just enters the stock page Then: The system should automatically display the last 14 days of stock price, with a rectangular viewpoint shown in the navigation bar.

Given: A registered user on a certain stock page When: the user drags the viewpoint on the navigation bar Then: the stock price chart should display the data for the chosen time frame.

Given: A registered user on a certain stock page When: the user just enters the stock page Then: the navigation bar should display a timeline which tells the user the availability of data for a certain stock for the last one month.

Given: A registered user on a certain stock page When: the user just enters the stock page Then: the navigation bar should display, along the timeline, the close price trend of the chosen stock.

Done Done Criteria The navigation bar should be integrated with current code without any error or new bug.

mpeng8 commented 7 years ago

Stock data comes from wiki dataset on quandal.

mpeng8 commented 7 years ago

Already merged