sherlocktech / fundamental-analysis-teacher

This was a CS senior project with the goal of teaching users of the website how to conduct fundamental analysis of stocks.
http://sherlocktech.github.io/fundamental-analysis-teacher/
1 stars 0 forks source link

Dashboard Should Not be Generated Until Search is Initiated #18

Open sherlocktech opened 8 years ago

sherlocktech commented 8 years ago

Stock History, Stock Price, and Company Fundamentals are visible all the time. Have JavaScript write to the HTML after Go! is pressed.

This introduces the idea of the Dashboard which is the first "page" user will view after searching for their company. Search text box will still be visible so user can decide to change their mind about what company they use for the tutorial.

sherlocktech commented 8 years ago

Working on this now...

sherlocktech commented 8 years ago

Mock-up of start page, Search: image

Mock-up of after search, upon pressing Go!: image

sherlocktech commented 8 years ago

Thinking about sliding "Description of service" and main heading up and animating the change of the search field. And animating the appearance of the dashboard. For future reference use these links: .slideUp() and Custom (jQuery api docs).

sherlocktech commented 8 years ago

Playing with different ideas about what the dashboard should look like. Potentially shift to using Bootstrap's Thumbnails to display three different components of fundamental analysis. Would be useful to be able to jump to whichever section but might encourage user to skip necessary elements of tutorial. Also these dashboard ideas do not have to be exclusive. I could use thumbnails as a visual aid but still require user to scroll or click to next page. See dashboard-thumbnails branch for progress of implementation.