forked from GitHubMirrors/silverbullet-icalendar
conductor(plan): Mark phase 'Investigation & Reproduction' as complete
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Implementation Plan - Fix Recurring Meetings Visibility
|
# Implementation Plan - Fix Recurring Meetings Visibility
|
||||||
|
|
||||||
## Phase 1: Investigation & Reproduction [checkpoint: pending]
|
## Phase 1: Investigation & Reproduction [checkpoint: 8137d63]
|
||||||
- [x] Task: Create validation test case 6122599
|
- [x] Task: Create validation test case 6122599
|
||||||
- [x] Add a test in `icalendar_test.ts` with a valid weekly recurring event starting in the past.
|
- [x] Add a test in `icalendar_test.ts` with a valid weekly recurring event starting in the past.
|
||||||
- [x] Assert that it returns multiple occurrences within the 30-day window.
|
- [x] Assert that it returns multiple occurrences within the 30-day window.
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
- [x] The logs show `Invalid rrule type (object)`. This means `ts-ics` is parsing RRULE into an object, not a string.
|
- [x] The logs show `Invalid rrule type (object)`. This means `ts-ics` is parsing RRULE into an object, not a string.
|
||||||
- [x] Create a test case where `rrule` is an object (mocking `ts-ics` output).
|
- [x] Create a test case where `rrule` is an object (mocking `ts-ics` output).
|
||||||
- [x] Verify that it returns only 1 event (the bug).
|
- [x] Verify that it returns only 1 event (the bug).
|
||||||
- [ ] Task: Conductor - User Manual Verification 'Investigation & Reproduction' (Protocol in workflow.md)
|
- [x] Task: Conductor - User Manual Verification 'Investigation & Reproduction' (Protocol in workflow.md)
|
||||||
|
|
||||||
## Phase 2: Fix Logic
|
## Phase 2: Fix Logic
|
||||||
- [ ] Task: Support Object RRULE in `expandRecurrences`
|
- [ ] Task: Support Object RRULE in `expandRecurrences`
|
||||||
|
|||||||
Reference in New Issue
Block a user