forked from GitHubMirrors/silverbullet-icalendar
conductor(plan): Mark reproduction task as complete
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
# Implementation Plan - Generic RRULE Formatter
|
# Implementation Plan - Generic RRULE Formatter
|
||||||
|
|
||||||
## Phase 1: Reproduction & Test Setup
|
## Phase 1: Reproduction & Test Setup
|
||||||
- [ ] Task: Create reproduction test case for `BYDAY` object
|
- [x] Task: Create reproduction test case for `BYDAY` object cfab0c3
|
||||||
- [ ] Add a test in `icalendar_test.ts` mocking a `BYDAY` property as an array of objects (e.g. `[{ day: 'MO' }]`).
|
- [x] Add a test in `icalendar_test.ts` mocking a `BYDAY` property as an array of objects (e.g. `[{ day: 'MO' }]`).
|
||||||
- [ ] Run the test and confirm it fails with `SyntaxError: Invalid weekday string: [object Object]`.
|
- [x] Run the test and confirm it fails with `SyntaxError: Invalid weekday string: [object Object]`.
|
||||||
- [ ] Task: Conductor - User Manual Verification 'Reproduction & Test Setup' (Protocol in workflow.md)
|
- [ ] Task: Conductor - User Manual Verification 'Reproduction & Test Setup' (Protocol in workflow.md)
|
||||||
|
|
||||||
## Phase 2: Implementation
|
## Phase 2: Implementation
|
||||||
|
|||||||
Reference in New Issue
Block a user