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]: 통계 API 구현 #51

Merged
merged 1 commit into from
Feb 4, 2024
Merged

[feat]: 통계 API 구현 #51

merged 1 commit into from
Feb 4, 2024

Conversation

threeony
Copy link
Contributor

@threeony threeony commented Feb 3, 2024

PULL REQUEST

🎋 작업중인 브랜치

💡 작업동기

  • 통계 API 구현

🔑 주요 변경사항

  • 데일리 통계(on, off)
  • 주간 통계(off 기준)
  • 월별 통계(회고 기준) + 평균
  • 월 이동

💡 관련 이슈

  • 로직은 잘 돌아가는 거 확인했고 나중에 다시 테스트 예정

@threeony threeony added the ✨ feat 새로운 기능 추가 label Feb 3, 2024
@threeony threeony self-assigned this Feb 3, 2024
@threeony threeony linked an issue Feb 3, 2024 that may be closed by this pull request
3 tasks
Copy link
Contributor

@realisshomyang realisshomyang left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Copy link
Contributor

@kimjm9841 kimjm9841 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~!


StatsResponseDTO.MonthStatsDTO stats = StatsResponseDTO.MonthStatsDTO.builder()
.date(localDate.plusDays(i))
.rate(rate / 4.0)
Copy link
Contributor

Choose a reason for hiding this comment

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

여기 확장성 생각해서 고정값 4 말고 답변 개수 + 1(이모티콘)으로 나누는 게 좋을 거 같은데 굳이? 싶으면 무시해도 괜찮아용~

Copy link
Contributor

@wu-seong wu-seong left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

@threeony threeony merged commit b73148f into dev Feb 4, 2024
@threeony threeony deleted the feat/#49 branch February 4, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat]: 통계 API 구현
4 participants