-
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: 과제 응답 DTO에 커리큘럼 시작일 추가 #753
feat: 과제 응답 DTO에 커리큘럼 시작일 추가 #753
Conversation
Walkthrough
Changes
Assessment against linked issues
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
lgtm
Job Summary for GradleCheck Style and Test to Develop :: build-test
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- src/main/java/com/gdschongik/gdsc/domain/study/dto/response/AssignmentResponse.java (3 hunks)
Additional comments not posted (4)
src/main/java/com/gdschongik/gdsc/domain/study/dto/response/AssignmentResponse.java (4)
8-8
: LGTM!
LocalTime
타입을 사용하기 위해 필요한 import 문이 추가되었습니다.
17-17
: LGTM!
assignmentStatus
필드가@Schema
어노테이션과 함께 올바르게 추가되었습니다.
18-18
: LGTM!
curriculumStartAt
필드가@Schema
어노테이션과 함께 올바르게 추가되었습니다.
28-29
: LGTM!
from
메서드에서assignmentStatus
와curriculumStartAt
필드의 값을 올바르게 설정하고 있습니다.
🌱 관련 이슈
AssignmentResponse
에 커리큘럼 시작일 필드 추가 #752📌 작업 내용 및 특이사항
📝 참고사항
📚 기타
Summary by CodeRabbit
새로운 기능
버그 수정