mpeng8 / PyTrade

0 stars 2 forks source link

Basic Stock Trend Display #26

Closed mpeng8 closed 7 years ago

mpeng8 commented 7 years ago

Story/Task Details

Acceptance Scenarios

Given: A registered user is in the dashboard page When: the user clicks on the stock display Then: the user should be able to see the display of stock price

Done Done Criteria

Without any interruption of previous work, the development should run without any error.

mpeng8 commented 7 years ago

branch:iss26_stockDisplay_update

mpeng8 commented 7 years ago

I have some problems that need unanimous agreement.

mxie33 commented 7 years ago

I've fixed some bugs that appeared because the origin UI javascript conflicts with new features using d3.js and jqeury.js.

The problems occurred: Some script are not working such as logout bar cannot popout. The menu bar on the left cannot be toggled.

The problems solved: Javascript for logout bar can now be popped when clicking the arrow on the right of user profile picture. Stock prices new features are maintained.