feat(app): paused session takeover flow 추가
This commit is contained in:
@@ -207,7 +207,10 @@ VibeRoom은 아래 방식으로 진행한다.
|
||||
|
||||
- 상세 기획 문서 작성 완료
|
||||
- Session Routing Contract 구현 완료
|
||||
- 다음 구현 slice는 `/app` Paused Resume Gate
|
||||
- `/app` Paused Resume Gate 구현 완료
|
||||
- `/space` Auto-Resume Handoff 구현 완료
|
||||
- `Paused Session Takeover Flow` 구현 완료
|
||||
- 남은 것은 browser QA와 takeover 문구 polish
|
||||
|
||||
### Phase 6. Premium Ambience System
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ Last Updated: 2026-03-15
|
||||
| ALN-007 | P2 | Weekly Review discoverability | review는 `/app`의 primary ritual이어야 함 | 데이터 gate와 currentSession 조건에 따라 사용자에게 “아예 없는 기능”처럼 느껴질 수 있음 | `src/widgets/focus-dashboard/ui/FocusDashboardWidget.tsx`, `docs/15_app_stats_entry_flow_spec.md` | open | low-data 상태와 resume 상태를 포함한 discoverability 정책 재정의 |
|
||||
| ALN-008 | P1 | `잠시 비우기`와 `Break`의 제품 의미 | break는 reward/reset, pause는 recovery로 분리돼야 함 | 현재는 카피와 트레이는 개선됐지만, 제품 차원의 최종 정의와 시각 분리까지 완전히 닫히진 않았음 | `docs/10_refocus_system_spec.md`, `docs/11_away_return_recovery_spec.md`, `src/widgets/space-focus-hud/ui/GoalCompleteSheet.tsx`, `src/widgets/space-focus-hud/ui/ReturnPrompt.tsx` | open | `잠시 비우기`, active break, return(break)를 하나의 최종 state model로 재정의 |
|
||||
| ALN-009 | P3 | Spec / current-state drift | 다음 세션 문서가 실제 구현과 맞아야 함 | intent card, goal complete, review entry 관련 오래된 표현이 여러 spec에 남아 있었음 | `docs/10_refocus_system_spec.md`, `docs/13_space_intent_card_collapsed_expanded_spec.md`, `docs/90_current_state.md`, `docs/session_brief.md`, `../../current_context.md` | fixed-awaiting-browser | 이후 라운드부터는 fix와 문서 갱신을 같은 커밋에서 닫는지 점검 |
|
||||
| ALN-010 | P1 | paused session 재진입 정책 | running은 바로 `/space`, paused는 `/app` resume gate, explicit continue 이후에는 자동 resume이어야 함 | Session Routing Contract, paused resume gate, auto-resume handoff는 구현됐지만 takeover flow와 browser QA가 아직 남아 있어 최종 정책이 완전히 닫히진 않았음 | `docs/18_paused_session_reentry_spec.md`, `src/widgets/focus-dashboard/ui/FocusDashboardWidget.tsx`, `src/widgets/space-workspace/ui/SpaceWorkspaceWidget.tsx`, `src/features/focus-session/model/useFocusSessionEngine.ts` | open | takeover flow를 구현하고 paused re-entry browser QA로 닫기 |
|
||||
| ALN-010 | P1 | paused session 재진입 정책 | running은 바로 `/space`, paused는 `/app` resume gate, explicit continue 이후에는 자동 resume이어야 함 | Session Routing Contract, paused resume gate, auto-resume handoff, takeover flow까지 구현됐다. 남은 것은 browser QA와 takeover wording polish이다 | `docs/18_paused_session_reentry_spec.md`, `src/widgets/focus-dashboard/ui/FocusDashboardWidget.tsx`, `src/widgets/space-workspace/ui/SpaceWorkspaceWidget.tsx`, `src/features/focus-session/model/useFocusSessionEngine.ts` | fixed-awaiting-browser | paused resume / refocus / takeover 3경로를 브라우저에서 확인 |
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -250,6 +250,7 @@ resume card 안에는 아래만 둔다.
|
||||
|
||||
- new start가 아니다
|
||||
- takeover flow 진입점이다
|
||||
- server도 current session이 남아 있으면 direct start를 거절해야 한다
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -4,6 +4,11 @@ Last Updated: 2026-03-15
|
||||
|
||||
## DONE
|
||||
|
||||
- `Paused Session Takeover Flow` 구현:
|
||||
- `/app` paused gate에 `새 목표로 전환` 진입점을 추가했다
|
||||
- takeover confirm sheet에서만 current paused session을 정리하고 single-goal start 상태로 넘어간다
|
||||
- silent abandon을 막기 위해 server `startSession()`도 current session 존재 시 direct start를 거절하도록 정리했다
|
||||
- explicit confirm 이후에만 `abandon -> 새 목표 입력` 흐름이 가능하다
|
||||
- `/app` single-goal commitment gate 재구성:
|
||||
- 2-step `goal -> ritual` flow 제거
|
||||
- current session이 있으면 `Resume` UI를 우선 노출하고, `/space`로 바로 이어가기만 제안하되 review entry는 조용한 secondary link로 유지
|
||||
|
||||
@@ -14,13 +14,18 @@ Last Updated: 2026-03-15
|
||||
|
||||
## 현재 우선순위
|
||||
|
||||
1. `Paused Session Takeover Flow`
|
||||
2. `Core Loop Alignment` browser audit
|
||||
3. `Weekly Review` ritual fit highlight
|
||||
4. `Premium Ambience`
|
||||
1. `Core Loop Alignment` browser audit
|
||||
2. `Weekly Review` ritual fit highlight
|
||||
3. `Premium Ambience`
|
||||
4. `Pause / Break / Return` browser polish
|
||||
|
||||
## 최근 세션 상태
|
||||
|
||||
- `Paused Session Takeover Flow`를 구현했다.
|
||||
- `/app` paused gate에 `새 목표로 전환` 액션이 추가됐다.
|
||||
- takeover confirm sheet에서만 기존 paused session을 정리하고 새로 시작할 수 있다.
|
||||
- server `startSession()`은 더 이상 silent abandon을 하지 않고, current session이 남아 있으면 direct start를 거절한다.
|
||||
- takeover confirm 후에만 `abandon -> single-goal start` 순서로 넘어간다.
|
||||
- `/space` Refocus System 첫 slice를 구현했다.
|
||||
- pause 직후 바로 편집 시트가 아니라 작은 recovery prompt를 먼저 띄운다.
|
||||
- 여기서 `한 조각 다시 잡기`를 누르면 refocus tray로 들어간다.
|
||||
|
||||
@@ -103,6 +103,8 @@
|
||||
- 완료 조건:
|
||||
- paused 상태에서 direct new start는 불가능하다
|
||||
- 사용자는 기존 paused session을 어떻게 처리할지 먼저 고른다
|
||||
- 진행 상태:
|
||||
- 완료
|
||||
- 검증:
|
||||
- paused -> new start 브라우저 QA
|
||||
- 커밋 힌트:
|
||||
|
||||
Reference in New Issue
Block a user