Skip to content

. Add GET /api/v1/courses/:id/syllabus endpoint #373

Description

@DeFiVC

What: Add an endpoint that returns the full course syllabus with module descriptions, estimated duration, and learning objectives.

Why: Users need a detailed overview of what a course covers before enrolling. The current course detail only shows module IDs without descriptions.

Scope: Create endpoint that returns structured syllabus: module order, title, description, estimated duration, learning objectives. Use module metadata from the course's content data.

Acceptance criteria:

  • Returns complete syllabus with descriptions
  • Includes estimated duration per module
  • Shows learning objectives
  • Cached for 5 minutes

Technical context: src/modules/courses/course.service.ts — course operations. src/database/schema.ts — schema definitions.


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions