Marking and Reflecting Flow
Flagging important moments during a live session and attaching personal reflections later.
Steps
| # | Action | Actor | Description |
|---|---|---|---|
| 1 | mark-moment | During an active session, user taps button to mark a meaningful moment. | |
if session-active | |||
| Moment flagged with timestamp. | |||
| 2 | — | Session ends and is transcribed. | |
| 3 | — | User navigates to the relationship memory and revisits the marked moment. | |
| 4 | add-note | User attaches a reflection note, selecting 'private' or 'shared' visibility. | |
if note-valid | |||
| Note saved with selected visibility. | |||