67c3881dcf
Add waitlist schema for marketing (FRE-635)
...
- Created waitlist_signups and waitlist_events tables
- Supports email, name, source tracking, and status management
- Enables VIP supporter list for Product Hunt launch
- Migration 0002_chemical_shocker.sql generated
- Fixed brand color in product-hunt-assets-brief.md (#518ac8)
2026-04-26 06:21:20 -04:00
bbf6ee2c51
Document FRE-625 liveness incident follow-up FRE-625
2026-04-25 08:08:04 -04:00
b89575fb6e
FRE-605: Implement Phase 4 Change Tracking & Merge Logic
...
- Create ChangeTracker class with full version history support
- Document change recording with metadata
- Snapshot creation and restoration
- Change acceptance/rejection workflow
- Change diff generation between snapshots
- Event-based change notifications
- Implement MergeLogic with screenplay-specific rules
- Server change application with conflict detection
- Auto-resolution for non-overlapping edits
- Scene-aware merge rules (same-scene vs different-scene)
- Manual conflict resolution workflow
- Merge validation
- Write comprehensive unit tests
- Change recording and tracking tests
- Snapshot management tests
- Conflict resolution tests
- Screenplay-specific merge rule tests
- Document implementation in analysis/fre605_change_tracking_implementation.md
Architecture: ChangeTracker integrates with Yjs document updates.
MergeLogic applies screenplay-specific rules for concurrent edits.
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-04-25 02:14:54 -04:00
7c684a42cc
FRE-600: Fix code review blockers
...
- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict
Co-Authored-By: Paperclip <noreply@paperclip.ing >
2026-04-25 00:08:01 -04:00