-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor - request dto에서 validation을 진행할 수 있도록 변경 #165
Conversation
…ation을 진행하도록 수정
…hub.com/Team-HMH/HMH-Server into refactor/#164-validation-use-annotation
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.
승인했습니다:)
public static final Integer USAGE_POINT = 100; | ||
public static final Integer EARNED_POINT = 20; | ||
|
||
public static final List<Integer> AVAILABLE_CHALLENGE_PERIODS = List.of(7, 14, 20, 30); |
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.
👍
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.
커밋 단위 잘 쪼개셨군요 작업 감사합니다 수고하셨어요😀
Related issue 🚀
Work Description 💚
PR 참고 사항