Skip to content

[Feature]: 강사 - 수강생 관련 기능 구현 #279

@Kimsoo0119

Description

@Kimsoo0119

개요

  • 수강생 관련 기능 구현

작업 목록

  • 수강생의 신청한 클래스, 구매한 패스권 조회
  • 강의 수강생 목록 조회 (원데이, 정기)
  • 특정 스케쥴 수강생 목록 조회
  • 최근 신청 내역 조회
  • 메모 수정/작성 (Patch로 통일)

API

Method Path 설명 작업(추가, 수정, 삭제)
GET /lecturers/learners/:userId 수강생의 디테일한 정보 (클래스, 패스권)조회 추가
GET /lectures/:lectureId/learners 강의 수강생 목록 조회 추가
GET /lecturers/my-reservations 최근 신청 내역 조회 추가
PATCH /lecturers/learners/:userId/memo 메모 수정/작성 추가
GET /lectures/schedules/:scheduleId/learners 특정 스케쥴 수강생 목록 조회 삭제
GET /lecturers/:lectureId/schedules/:scheduleId/learners 특정 스케쥴 수강생 목록 조회 추가

참고

  • 작업하면서 참고한 레퍼런스 문서 등 추가

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions