Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR
✨ 작업 내용
readAllSharedExams
(사용자가 생성했거나, 응시한 공유용 시험 목록을 반환하는 기능) 을 구현했습니다.✨ 참고 사항
examsAsCreator
=> 공유용 시험만 딱 조회를 하면 돼서sharedExamRepository
를 생성하고 이 레포에서 조회를 했습니다.examsAsExaminee
=> 이건 examResult를 먼저 조회하고 여기서 sharedExam에 대한 examResult만 추출했어야 했는데 처음엔 queryDSL 등으로 쿼리 선에서 추출을 마무리하고 싶었으나.... 멘토님이 제안해주신대로 일단 조회하고 필터링하는 것으로 구현했습니다.exam
에서workbook
을 lazy fetching 하는 것으로 변경했습니다.⏰ 현재 버그
x
✏ Git Close