gabrielshufelt / Real-Ratings-SOEN-341_Project_F24

0 stars 1 forks source link

Implement Course and Project Management for Instructors #67

Open Luqman1008 opened 2 weeks ago

Luqman1008 commented 2 weeks ago

Description:

Allow instructors to manage their courses and create projects within the selected course from their dashboard.

Key Elements:

  1. Project Creation:

    • Add a "Projects" section in the instructor’s dashboard, visible once a course is selected.
    • Implement a form for instructors to create a new project with fields for:
      • Title
      • Description
      • Start Date
      • Due Date
    • Upon creation, associate the project with the current course selected by the instructor.
    • Update the project model as needed.
    • Ensure only the instructor can see and manage their own projects.
  2. Project List:

    • Display a list of all projects associated with the selected course.
    • Provide the ability to view project details and results (evaluations, teams) for each project.