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: 부원에게 퀴즈 반환 API 개발 (#70) #75

Merged
merged 3 commits into from
Feb 19, 2024

Conversation

Youthhing
Copy link
Member

  • /v1/api/quiz/{quizId}
  • 반환 시 선지 정답 여부 대신 SECRET 처리

- 정답을 알 수 없게 수정
- 선지 추가 시 한번에 추가
- 메서드 명 변경
- QuizResponse 상속 제거 후 별도의 필드 추가
Copy link
Member

@gikhoon gikhoon left a comment

Choose a reason for hiding this comment

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

확인했습니다

@Youthhing Youthhing merged commit 30ecd11 into develop Feb 19, 2024
1 check passed
@Youthhing Youthhing deleted the feature/quiz#10-quizzes-client branch February 19, 2024 13:39
Youthhing added a commit that referenced this pull request Feb 20, 2024
* feat: 9번째 문제를 막으면 우승자를 찾아 1명이면 우승자를 기록한다

* feat: 킹문제 member들과 우승자 저장 로직 구현중

* refactor: 해야 할일 주석 추가

* feat: 킹킹문제 푸는 사람 임시 저장

* feat: Education class에 우승자 column 제거

* feat: 킹킹문제 멤버, 우승자 저장 로직 구현

- KingMember, Winner 테이블 기반 작성

* refactor: 10번 문제 풀이 코드 리펙토링

* refactor: 코드 리펙토링

* fix: 세션 생성 시 0주차부터 생성

- OT가 0주차

* refactor: 쓰지 않는 패키지 제거 및 DTO 생성 메서드 명 변경

* refactor: 결승 진출 멤버 관련 서비스 분리

- KingMemberService 클래스 생성
- 9번 문제 닫을때 결승 진출자 결정
- 10번 문제 닫을때 우승자 저장

* feat: 킹킹 문제 반환 API에서 아직 킹킹멤버가 없으면 NOT_FOUND EXCEPTION 발생하게 구현

* refactor: 교육에 해당하는 결승 진출 조회 로직 API 엔드포인트 변경

- quiz -> education

* feat: 교육 우승자 조회 컨트롤러 구현

* fix: 테스트를 위한 검증 로직 제거

- 중복 정답 검증 제거

---------

Co-authored-by: gikhoon <[email protected]>
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