-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feat: readExamResults 구현 #245
Conversation
테스트 커버리지 측정
|
@@ -54,6 +56,7 @@ class ExamService( | |||
@Value("\${openai.api.url}") | |||
lateinit var url: String | |||
|
|||
@Transactional(readOnly = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
클래스에 어노테이션 붙어있어서 기존대로 빼도 될 것 같아온
data class ReadExamStudentResult( | ||
val userId: UUID, | ||
val name: String, | ||
val score: Int, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 time (소요 시간) 들어가면 좋을 것 같네욘
굿~~~ 🙌🏻🙌🏻 |
테스트 커버리지 측정
|
PR
✨ 작업 내용
✨ 참고 사항
⏰ 현재 버그
✏ Git Close #233