43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
---
|
|
id: TASK-34
|
|
title: Port folk-fathom-note shape (individual meeting note)
|
|
status: To Do
|
|
assignee: []
|
|
created_date: '2026-02-18 19:50'
|
|
labels:
|
|
- shape-port
|
|
- phase-3
|
|
- data-integration
|
|
milestone: m-0
|
|
dependencies:
|
|
- TASK-33
|
|
references:
|
|
- canvas-website/src/shapes/FathomNoteShapeUtil.tsx
|
|
priority: medium
|
|
---
|
|
|
|
## Description
|
|
|
|
<!-- SECTION:DESCRIPTION:BEGIN -->
|
|
Port FathomNoteShapeUtil from canvas-website to rspace-online.
|
|
|
|
Source: canvas-website/src/shapes/FathomNoteShapeUtil.tsx (667 lines)
|
|
Target: rspace-online/lib/folk-fathom-note.ts
|
|
|
|
Features to implement:
|
|
- Individual meeting note display
|
|
- Speaker clips with timestamps
|
|
- Timestamp linking (click to jump)
|
|
- Note editing and annotation
|
|
- Created by folk-fathom-browser when user selects a meeting
|
|
<!-- SECTION:DESCRIPTION:END -->
|
|
|
|
## Acceptance Criteria
|
|
<!-- AC:BEGIN -->
|
|
- [ ] #1 Meeting note renders with transcript content
|
|
- [ ] #2 Speaker clips display correctly
|
|
- [ ] #3 Timestamp links navigate within transcript
|
|
- [ ] #4 Note editing syncs across clients
|
|
- [ ] #5 Toolbar button added to canvas.html
|
|
<!-- AC:END -->
|