dawidl022 / ECS506-flat-finder-app

FDM Flat Finder application for ECS506U - Software Engineering group project at Queen Mary University of London
1 stars 1 forks source link

Wire up navbar #121

Open dawidl022 opened 1 year ago

dawidl022 commented 1 year ago

The scope of this ticket is to ensure the necessary links are present in the navbar and point to the right pages.

The navbar should contain the following links:

as well as a convenient "Add listing" link taking the user straight to the listing form page implemented in #68.

Include a link to the admin panel if the user is an admin. This can be check by calling the GET /api/v1/admins/{userId} endpoint where userId is the id of the currently logged-in user.

The navbar should also have a "Log out" button that logs the user out.