Conversation
analysis/reviews と analysis/feedbacks の sinceDate 算出が UTC 固定だったのを、 analysis/inventory と同様に timezoneContext から組織タイムゾーンを取得して 日付境界を計算するように修正。 Closes #256 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughanalysis の複数ルートで、組織タイムゾーンを使う共通ユーティリティ Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
reviews, feedbacks, inventory の 3 ファイルで重複していた
dayjs.utc().tz(timezone).subtract(...).startOf('day').utc().toISOString()
パターンを app/libs/date-utils.ts の calcSinceDate() に抽出。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
sinceDate算出を UTC 固定から組織タイムゾーン基準に修正Changes
reviews/index.tsx:timezoneContextをインポートし、dayjs.utc().tz(timezone).subtract(...).startOf('day').utc().toISOString()パターンに変更feedbacks/_index/index.tsx: 同上Test plan
pnpm validateが通る(lint, format, typecheck, build, test)Closes #256
Generated with spec-implement-accept skill
Summary by CodeRabbit
リリースノート