raneem-yad / wissen

0 stars 1 forks source link

Instructor - easily navigate through the website #15

Closed raneem-yad closed 1 month ago

raneem-yad commented 2 months ago

User Story

Metadata Description
Theme User Navigation
Epic Homepage Features
User Story Instructor - easily navigate through the website

Description

As a Instructor, I want the website's navbar to provide easy navigation, So that I can quickly access different sections of the website and manage my account and courses efficiently.

Acceptance Criteria

  1. The navbar should include links to the home page, create course page and profile page.
  2. When logged in as an instructor a new link "courses page," will be added to the navbar.
  3. When logged in, the navbar should also include a logout button.
  4. Clicking on the home link should take the instructor to the main landing page of the website.
  5. Clicking on the courses link should navigate the instructor to the page listing all available courses.
  6. Clicking on the create course link should direct the instructor to the page for creating a new course.
  7. Clicking on the profile link should direct the instructor to their personal profile page.
  8. When logged in, clicking on the logout button should log the instructor out of their account and redirect them to the home page.
  9. Ensure that the navbar is consistent across all pages of the website.
  10. The navbar should be responsive and adapt to different screen sizes for a seamless user experience.

Tasks