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

Fix: 활동요약 응답 형식 변경 #263

Merged
merged 6 commits into from
Oct 14, 2024

Conversation

hee9841
Copy link
Collaborator

@hee9841 hee9841 commented Oct 14, 2024

🔗 이슈 연결

🚀 구현한 API

  • X

💡 반영할 내용 및 변경 사항 요약

  • 이번 주 날짜 응답의 형식을 yyyy.MM.dd ~ MM.dd 에서 yyyy.MM.dd ~ yyyy.MM.dd로 변경합니다.
  • 요일 별 활동 값 응답을 double[] 에서 List로 변경합니다.
    • 요일 별 활동 값을 나타내는 WeeklyRunningRatingDto를 추가합니다.

🔍 리뷰 요청/참고 사항

@hee9841 hee9841 added the feature 기능 추가 label Oct 14, 2024
@hee9841 hee9841 self-assigned this Oct 14, 2024
@hee9841 hee9841 requested a review from WonSteps October 14, 2024 14:46
WonSteps
WonSteps previously approved these changes Oct 14, 2024
Copy link
Member

@WonSteps WonSteps left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 👍

@hee9841 hee9841 merged commit 3f12475 into main Oct 14, 2024
1 check passed
@hee9841 hee9841 deleted the fix/#258/weekly-summary-response branch October 24, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

활동요약 응답 형식 변경
2 participants