I, as the hyper-committed full-time worker, full-time student need a centralized navigation console that allows me to navigate between important and distinct pages along with the OnPaper logo. I need something that is not cluttered, easily accessible, and includes ONLY the necessary tabs so that I can not only easily navigate from page to page but optimize my priorities.
Acceptance Criteria
The links are as follows
[x] Dashboard
[x] Timeline
[x] Login pop-up menu
Each of these navigation links is routed to a specific page which contains its own components. This navbar is present on every single page, outside of the login screen.
Dependencies
All issues marked as PLANNING should be completed before the start of this.
Authentication should be set up within FireBase.
Test data should be created. #5
This is one of the first components and is present on every page of the site. It should be completed first.
Dev Notes
Depending on whether you're looking to utilize a third-party library outside of Bootstrap, you can either use the navbar you're provided with, with slight modifications, or you can create a custom navbar component from whatever library you decide to integrate into the project. Just keep in mind that you'll need to figure out how to make it work with all the dependencies.
There's a pre-built navbar within the project already. If you plan on using this, make not of all the modifications you make to it on this ticket and close it.
User Story
I, as the hyper-committed full-time worker, full-time student need a centralized navigation console that allows me to navigate between important and distinct pages along with the OnPaper logo. I need something that is not cluttered, easily accessible, and includes ONLY the necessary tabs so that I can not only easily navigate from page to page but optimize my priorities.
Acceptance Criteria
The links are as follows
Each of these navigation links is routed to a specific page which contains its own components. This navbar is present on every single page, outside of the login screen.
Dependencies
Dev Notes