-
Notifications
You must be signed in to change notification settings - Fork 0
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
선생님 학생 채점 기능 개발 #387
선생님 학생 채점 기능 개발 #387
Conversation
.fetch() | ||
|
||
println(setIds) | ||
println(setIds.all { it in userFormValueIds }) |
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.
println을 사용한 로그 출력은 지우는 것이 좋을 것 같아요!
… feature/386-teacher-grading-form
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.
wow nice code
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.
야미 코드
💡 배경 및 개요
학생이 제출한 폼을 채점하는 기능을 개발하였습니다.
Resolves: #386
📃 작업내용
markigValue 엔티티 수정 및 userFormValue의 setId로 검사하는 exists 함수 생성
채점 저장 기능 개발 및 채점 완료 시 UNDER_RIVIEW로 상태 변경 및 totalScore 갱신 로직 추가
🙋♂️ 리뷰노트
exist 함수를 queryDSL로 해서 더 개선 해볼수있을거 같으면 코드리뷰 부탁드립니다 ~
✅ PR 체크리스트
.env
,노션
,README
)"API 개발 완료됐어요"
,"환경값 추가되었어요"
)🎸 기타