-
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
test: 학년도와 학기 상수 분리 #771
test: 학년도와 학기 상수 분리 #771
Conversation
Walkthrough이 변경 사항은 Changes
Assessment against linked issues
Recent review detailsConfiguration used: CodeRabbit UI Files selected for processing (14)
Files skipped from review due to trivial changes (12)
Additional comments not posted (3)
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 (
|
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.
lgtm
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
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 고생하셨습니다!
🌱 관련 이슈
📌 작업 내용 및 특이사항
RecruitmentConstant
에 있던 학년도와 학기 상수를TemporalConstant
로 옮겼습니다.📝 참고사항
SemesterConstant
를TemporalConstant
로 rename 했습니다.📚 기타
Summary by CodeRabbit
New Features
TemporalConstant
클래스를 추가하여 시간 관련 상수를 정의함으로써 테스트의 일관성과 접근성을 향상시켰습니다.RecruitmentConstant
에서 학년 및 학기 관련 상수를 제거하고, 수수료 관련 상수를 추가했습니다.Bug Fixes
SemesterConstant
를TemporalConstant
로 교체하여 시간 관련 로직의 유효성을 개선했습니다.Chores
SemesterConstant
의 사용을 제거하고TemporalConstant
를 추가하여 코드 의존성을 정리했습니다.