-
Notifications
You must be signed in to change notification settings - Fork 0
20260526 #40 today stats 응답에 누적 통계 필드 3개 추가 #41
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
Merged
The head ref may contain hidden characters: "20260526_#40_today_stats_\uC751\uB2F5\uC5D0_\uB204\uC801_\uD1B5\uACC4_\uD544\uB4DC_3\uAC1C_\uCD94\uAC00"
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0e1526c
today-stats 응답에 누적 통계 필드 3개 추가 : docs : 설계 spec 작성 #40
EM-H20 2f7de4c
today-stats 응답에 누적 통계 필드 3개 추가 : docs : 구현 plan 작성 #40
EM-H20 95c4a0a
today-stats 응답에 누적 통계 필드 3개 추가 : feat : TodayStatsResponse에 lifetime/…
EM-H20 a6553fb
today-stats 응답에 누적 통계 필드 3개 추가 : feat : Repository에 sumDurationByUser…
EM-H20 45e978c
today-stats 응답에 누적 통계 필드 3개 추가 : feat : Service에 lifetime/monthly 합산 …
EM-H20 45dda74
today-stats 응답에 누적 통계 필드 3개 추가 : test : null-handling 방어 계층 검증 테스트로 r…
EM-H20 04d23fb
today-stats 응답에 누적 통계 필드 3개 추가 : feat : Controller MockMvc 테스트 확장 + S…
EM-H20 7227b90
today-stats 응답에 누적 통계 필드 3개 추가 : test : todayStats_zero_neverNull에 .i…
EM-H20 66ea227
today-stats 응답에 누적 통계 필드 3개 추가 : docs : API spec 03_timer.md 응답 6필드로 …
EM-H20 c7d3098
today-stats 응답에 누적 통계 필드 3개 추가 : docs : 200 OK 표기를 sections 1&2와 동일하게…
EM-H20 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
오늘 경계 표기를 반열림으로 통일해 주세요.
Line 251의
KST 00:00:00 ~ KST 23:59:59표기는 Line 252의 반열림 표기와 기준이 달라 경계 해석이 흔들릴 수 있습니다.오늘도[KST 00:00:00, 다음날 KST 00:00:00)로 맞추는 게 안전합니다.🤖 Prompt for AI Agents