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

[Feat] 인사이트 작성 시 챌린지 기록 #133

Merged
merged 5 commits into from
Oct 14, 2022
Merged

Conversation

heoboseong7
Copy link
Collaborator

@heoboseong7 heoboseong7 commented Oct 14, 2022

  • 인사이트 작성 시 챌린지 기록 기능 추가

    • 인사이트 테이블에 유효한 기록 확인을 위한 valid 컬럼 추가
  • 인사이트 생성 domain service 테스트 작성

  • 오류 수정

    • 서랍 find 실패 시 오류 코드 수정
    • ddl.sql reaction pk 이름 오타 수정
    • 인사이트 생성 시 participation 값에 따라 기록하거나 하지 않도록 수정
  • close [Feat] 인사이트 작성 시 챌린지 기록 #126

@heoboseong7 heoboseong7 requested review from Youhoseong and kimyoungi99 and removed request for Youhoseong October 14, 2022 07:04
@@ -72,4 +73,13 @@ private void initEndDate() {
LocalDate createdDate = getCreatedAt().toLocalDate();
this.endDate = createdDate.minusDays(1).plusWeeks(duration);
}

// 현재가 몇 주차인지
public long getCurrentWeeks() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

weeks 하니까 먼가 여려 주의 정보를 가져올거 같아여 ㅋㅋ 중요한건 아니긴 합니당

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

요거만 바꾸고 머지할게요~

Copy link
Collaborator

@kimyoungi99 kimyoungi99 left a comment

Choose a reason for hiding this comment

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

고수고수~

@heoboseong7 heoboseong7 merged commit e4a666c into main Oct 14, 2022
@Youhoseong Youhoseong deleted the issue-#126 branch November 9, 2022 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 인사이트 작성 시 챌린지 기록
2 participants