Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] 시험 상태별 시험 리스트 조회, 시험 세션 내 학생 리스트 조회, 학생 단건 조회 #6 #15

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

HOJEONGKIMM
Copy link
Collaborator

#️⃣ 연관된 이슈

#6

📝 작업 내용

1. 시험 상태별 조회 기능

  • 관리자가 시험 상태별로 시험 목록을 조회할 수 있는 기능입니다. 시험의 상태는 BEFORE(시험 전), IN_PROGRESS(시험 중), DONE(시험 후) 세 가지로 구분됩니다.

2. 시험 ID로 세션 리스트 조회 기능

  • 특정 시험 ID를 통해 시험에 속한 모든 세션을 가져올 수 있습니다.

3. 시험 ID와 학생 ID로 학생 단건 조회 기능

  • 특정 시험에 속한 특정 학생을 조회할 수 있도록 시험 ID와 학생 ID 두 가지를 조건으로 세션과 학생 데이터를 조합하여 해당 학생의 정보를 가져올 수 있게 했습니다.

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EXAM_NOT_FOUND랑 NOT_FOUND_EXAM 겹치는 것 같습니다.,!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants