feat(stats): pro personalized handoff 추가

This commit is contained in:
2026-03-14 19:45:55 +09:00
parent c8b00905cd
commit 5d3a5ac8ac
8 changed files with 47 additions and 9 deletions

View File

@@ -80,6 +80,8 @@ export interface WeeklyReviewViewModel {
completionQuality: WeeklyReviewSection;
carryForward: {
hintKey: ReviewCarryHint;
presetId: string;
presetLabel: string;
keepDoing: string;
tryNext: string;
ctaLabel: string;
@@ -176,6 +178,8 @@ const buildCarryForward = (summary: FocusStatsSummary): WeeklyReviewViewModel['c
return {
hintKey,
presetId: 'forest-50-10',
presetLabel: 'Forest · 50/10 · Forest Birds',
keepDoing,
tryNext,
ctaLabel: copy.stats.reviewCarryCta,