-
Notifications
You must be signed in to change notification settings - Fork 3
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
스터디 완료시 티어 변경하는 기능 추가 #266
Conversation
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.
리뷰남겼습니다
근데 왜 도메인 로직 밖에 없죠
@@ -79,6 +80,12 @@ public String getIntroduction() { | |||
return introduction.getIntroduction(); | |||
} | |||
|
|||
public void updateTier() { |
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.
updateTier보다 올린다는 의미가 들어가면 좋을 것 같아요
@@ -242,6 +232,7 @@ private void updateCurrentRound(Round upcomingRound) { | |||
|
|||
private void finishStudy() { | |||
this.processingStatus = ProcessingStatus.END; | |||
currentRound.updateTier(); |
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.
라운드의 티어를 올리는게 아니라서 부적절한 네이밍같아요
😋 작업한 내용
🙏 PR Point
👍 관련 이슈