Skip to content
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

Merged
merged 4 commits into from
Aug 9, 2023

Conversation

CFalws
Copy link
Member

@CFalws CFalws commented Aug 9, 2023

😋 작업한 내용

🙏 PR Point

👍 관련 이슈

@CFalws CFalws self-assigned this Aug 9, 2023
@CFalws CFalws added backend🤎 백엔드 feat 기능 추가 ε'miliene🏊 에밀 labels Aug 9, 2023
@github-actions
Copy link

github-actions bot commented Aug 9, 2023

Test Results

20 files  20 suites   15s ⏱️
78 tests 78 ✔️ 0 💤 0
79 runs  79 ✔️ 0 💤 0

Results for commit 7fae25e.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@kevstevie kevstevie left a 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() {
Copy link
Collaborator

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();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

라운드의 티어를 올리는게 아니라서 부적절한 네이밍같아요

@CFalws CFalws merged commit 446b201 into BE/develop Aug 9, 2023
2 checks passed
@CFalws CFalws deleted the BE/feature/260 branch August 9, 2023 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend🤎 백엔드 feat 기능 추가 ε'miliene🏊 에밀
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants