feat(calendar): recurrence UI — instance expansion, editing strategies, and picker #124
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Delta's backend now supports full RFC 5545 recurrence (RRULE + EXDATE + RDATE + exception records), but the frontend has no UI for:
Solution
Frontend changes needed to complete recurrence support:
Calendar Instance Expansion
calendar-view.tsx, expandrecurMode="scheduled"master tasks into virtual instances usingexpandInstances()fromsrc/core/recurrence-expansion.tsEventBlockcomponents with a recurrence indicatortimedTasksByDatecomputationEdit Strategy Dialog
editThisInstance,editThisAndFuture,editAllInstancesfromsrc/core/recurrence-editing.tsdeleteThisInstance,deleteThisAndFuture,deleteAllInstancesRecurrence Picker UI
startAt)rrulepackage has.toText()method for thisEvent Block Indicators
EventBlockfor recurring instancesCompletion Behavior
status=donerecurMode="completion"tasks continue existing spawn behavior (no change needed)Month View
tasksByDatecomputation tooDependencies
0013,recurrence-expansion.ts,recurrence-editing.ts(must be merged first)Not in scope
Landed — recurrence UI, instance editing, deletion strategies