Skip to content

[Refactor/#324] 통합 대시보드 - 플랫폼별 비교 API 요청 기간 수정 - #326

Merged
Seojegyeong merged 1 commit into
developfrom
refactor/#324
Jul 27, 2026
Merged

Seojegyeong merged 1 commit into
developfrom
refactor/#324

Conversation

@Seojegyeong

@Seojegyeong Seojegyeong commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

🚨 관련 이슈

#324

✨ 변경사항

  • 🐞 BugFix Something isn't working
  • 💻 CrossBrowsing Browser compatibility
  • 🌏 Deploy Deploy
  • 🎨 Design Markup & styling
  • 📃 Docs Documentation writing and editing (README.md, etc.)
  • ✨ Feature Feature
  • 🔨 Refactor Code refactoring
  • ⚙️ Setting Development environment setup
  • ✅ Test Test related (storybook, jest, etc.)

✏️ 작업 내용

  • OVERVIEW_DAILY_METRICS_RANGE 기간을 DB Mock Data 기간에 맞게 수정
    • startDate: 2026-01-22 → 2026-03-23
    • endDate: 2026-03-22 → 2026-07-07

😅 미완성 작업

N/A

📢 논의 사항 및 참고 사항

백엔드 DB Mock Data 기간이 2026.03 ~ 2026.07.07로 업데이트됨에 따라 기존 고정 기간(2026.01.22 ~ 2026.03.22)과 불일치로 플랫폼별 비교 랭킹이 정상 노출되지 않던 문제 수정

💬 리뷰어 가이드 (P-Rules)
P1: 필수 반영 (Critical) - 버그 가능성, 컨벤션 위반. 해결 전 머지 불가.
P2: 적극 권장 (Recommended) - 더 나은 대안 제시. 가급적 반영 권장.
P3: 제안 (Suggestion) - 아이디어 공유. 반영 여부는 드라이버 자율.
P4: 단순 확인/칭찬 (Nit) - 사소한 오타, 칭찬 등 피드백.

Summary by CodeRabbit

  • 변경 사항
    • 일별 지표 분석 기간이 최신 날짜 범위(2026년 3월 23일~2026년 7월 7일)로 업데이트되었습니다.
    • 이에 따라 대시보드 및 AI 분석 기간이 새로운 종료일을 기준으로 계산됩니다.

@Seojegyeong
Seojegyeong requested review from YermIm and jjjsun July 27, 2026 11:05
@Seojegyeong Seojegyeong self-assigned this Jul 27, 2026
@Seojegyeong Seojegyeong linked an issue Jul 27, 2026 that may be closed by this pull request
2 tasks
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 0e3481dc-f21d-4c61-9364-5c79d7981c49

📥 Commits

Reviewing files that changed from the base of the PR and between 29c5bce and 28a5802.

📒 Files selected for processing (1)
  • src/constants/dashboard/overviewMetricsRange.ts

📝 Walkthrough

Walkthrough

대시보드 일별 지표 분석 범위의 startDateendDate를 각각 2026-03-23, 2026-07-07로 갱신했습니다. 이후 분석 기간 계산은 변경된 종료일을 기준으로 동작합니다.

Changes

대시보드 지표 기간

Layer / File(s) Summary
일별 지표 분석 기간 갱신
src/constants/dashboard/overviewMetricsRange.ts
일별 지표의 시작일과 종료일을 최신 분석 기간으로 변경했습니다.

Estimated code review effort: 1 (Trivial) | ~2분

Possibly related issues

  • #324 — 동일한 2026.03.23–2026.07.07 분석 기간 갱신 목적을 다루지만, 대상 기능과 코드 경로는 다릅니다.

Suggested reviewers: jjjsun, yermim

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed 제목이 통합 대시보드의 플랫폼별 비교 API 요청 기간 수정이라는 핵심 변경을 정확히 반영합니다.
Description check ✅ Passed 관련 이슈, 변경사항, 작업 내용, 미완성 작업, 논의 사항이 포함되어 템플릿 요구사항을 대부분 충족합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch refactor/#324

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions

Copy link
Copy Markdown

📚 Storybook 배포 완료

항목 링크
📖 Storybook https://69a147b60a56365d9e2185ef-intyjwbfup.chromatic.com/
🔍 Chromatic https://www.chromatic.com/build?appId=69a147b60a56365d9e2185ef&number=447

@Seojegyeong Seojegyeong added the 🔨 Refactor 코드 리팩토링 label Jul 27, 2026

@jjjsun jjjsun left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

P4: 확인했습니다!

@Seojegyeong
Seojegyeong merged commit 786ac1d into develop Jul 27, 2026
3 checks passed
@Seojegyeong
Seojegyeong deleted the refactor/#324 branch July 27, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 Refactor 코드 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

♻️ [Refactor] 플랫폼별 비교 API 요청 기간 값 최신화

3 participants