Skip to content

Resolve "Navigation bar on the guest page"

What does this mr do?

  • Adds a navigation bar to the guest page.
  • Merges the navigation bar for guest and admin page to 1 file.
  • Fix logout functionality

The navigation bar for admin has been moved to /navigation.html file and will show after they login. The same will happen for the guest navigation bar. The navigation bar to display depends on the authority the user is granted, currently it only accepts GUEST and ADMIN as authority. A login button has been added for when the user is not yet authorized, this button is replaced with a logout button when the user is authorized.

Does this MR meet the acceptance criteria?

  • I have added a changelog entry to reflect the significant changes I made.
  • Tests were created to test the feature.
  • I have updated the documentation accordingly.
  • I adhere to the style guide. closes #47 (closed)

Merge request reports