bluewave-labs / verifywise

Open source AI governance platform
https://verifywise.ai
GNU Affero General Public License v3.0
3 stars 4 forks source link

Navigation bar design #3

Open gorkem-bwl opened 1 week ago

gorkem-bwl commented 1 week ago

The navigation bar of the VerifyWise application acts as the central routing tab used for navigating between the different pages on the application.

The navigation bar consists of a sidebar which contains the routes to "Dashboard", "Compliance tracker", "Assessment tracker", "Vendors", "Settings" and "Teams" links

The user icon should have a dropdown with the option to sign out.

sidebar

MuhammadKhalilzadeh commented 4 days ago

I'm checking the "Log out link" since it is done in the aspect of creating its function as a placeholder to just simply console.log that the user has logged out but in order to really log out of the Dashboard, the login and authentication mechanism needs to be implemented. So we'll need an issue for that for the Application Layer