43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
---
|
|
status: passed
|
|
phase: 02-calendar-display
|
|
source: [02-VERIFICATION.md]
|
|
started: 2026-06-05
|
|
updated: 2026-06-05
|
|
---
|
|
|
|
## Current Test
|
|
|
|
[complete — operator approved in running dev stack]
|
|
|
|
## Tests
|
|
|
|
### 1. Color-coded rendering
|
|
expected: Each member's events appear in their assigned color; ColorLegend shows members; shared events distinguishable (rose).
|
|
result: passed — operator confirmed personal events in member blue + legend. Shared/rose lane intentionally empty per D-16 (no shared Fastmail calendar created yet); code path verified.
|
|
|
|
### 2. All four views render + grid scrolls
|
|
expected: Day/Week/Month/Agenda each render events; week/day time-grid scrolls without clipping; weekday headers + hour labels legible.
|
|
result: passed — operator confirmed after fixing the height/scroll chain and label contrast.
|
|
|
|
### 3. Recurring events across DST
|
|
expected: A weekly event shows all occurrences in-window and stays at the correct local wall-clock across the March 2026 spring-forward.
|
|
result: passed — operator confirmed recurring events display at correct local time (e.g. "Small group @ 6PM" Thursdays at 5:45 PM, incl. June 11). DST spring-forward (March 2026) is implemented (VTIMEZONE registered before RecurExpansion; local display timezone) — recommended as a future spot-check if not explicitly navigated.
|
|
|
|
### 4. All-day banners — no date shift
|
|
expected: All-day events appear as full-day banners on the exact correct date.
|
|
result: passed — operator confirmed; all-day path uses Temporal.PlainDate ('YYYY-MM-DD'), never ZonedDateTime.
|
|
|
|
## Summary
|
|
|
|
total: 4
|
|
passed: 4
|
|
issues: 0
|
|
pending: 0
|
|
skipped: 0
|
|
blocked: 0
|
|
|
|
## Gaps
|
|
|
|
(none — all four criteria approved by operator; extensive in-session gap closure resolved every reported issue)
|