cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

As a user, I want a global navigation bar on every page with links to every other page. #57

Closed mitchellmarshe closed 6 years ago

mitchellmarshe commented 6 years ago

Time estimation: 3 hours Assumptions: Bootstrap is setup and pages are created Actual Time: 9 hours

We have a seamless navigation bar to all the main pages and all subpages link to other related subpages.

mitchellmarshe commented 6 years ago

Since we got React and Bootstrap to work out for us early on in Phase 1, we got the Navigation Bar to render itself across our App. By doing this, we allow ourselves to have one global navigation bar. Below the navigation bar, pages will render accordingly. This is quite an advanced feature since it makes the site seamless in traversing from page to page.