mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 08:56:41 +00:00
* docs(research): add recurring events industry standards analysis Comprehensive research comparing Super Productivity's recurring task implementation against RFC 5545 RRULE standard and major applications (Google Calendar, Todoist, Things 3, TickTick). Key findings: - Current implementation covers basic patterns but lacks nth weekday, last day of month, and end conditions (COUNT/UNTIL) - Recommends adopting rrule.js library for RFC 5545 compliance - Proposes incremental migration path preserving existing functionality - Notes "after completion" mode as competitive advantage to preserve https://claude.ai/code/session_01Rhuxtn9JKKhh4J3iLApaWX * docs(research): add gap analysis and implementation plan for recurring events Gap analysis compares current TaskRepeatCfg model against RFC 5545 RRULE and major applications (Google Calendar, Todoist, Things 3, TickTick). Implementation plan details 4-phase approach: - Phase 1: Add rrule.js, create DST-safe wrappers - Phase 2: Enable new patterns (nth weekday, last day, end conditions) - Phase 3: Lazy migration strategy - Phase 4: Natural language display, iCal export https://claude.ai/code/session_01Rhuxtn9JKKhh4J3iLApaWX --------- Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| recurring-events-gap-analysis.md | ||
| recurring-events-implementation-plan.md | ||
| recurring-events-industry-standards.md | ||