test(06): persist human verification items as UAT

This commit is contained in:
Christopher Mühl 2026-04-09 09:59:08 +02:00
parent df0de3fdab
commit 99e1b5ed8a
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -0,0 +1,32 @@
---
status: partial
phase: 06-renderer-architecture
source: [06-VERIFICATION.md]
started: 2026-04-09T10:00:00Z
updated: 2026-04-09T10:00:00Z
---
## Current Test
[awaiting human testing]
## Tests
### 1. Visual Regression Check
expected: Heatmap renders identically to v1.0 — green cells (4 shades), tooltip on hover (date, hours, entries), click navigates to timesheet filtered by date, stats row (streak, total, avg, busiest), filter dropdown works, window resize re-renders correctly
result: [pending]
### 2. Runtime Console Check
expected: No JS errors on load/hover/click/filter/resize. `typeof KimaiHeatmap.init === 'function'` returns true in console.
result: [pending]
## Summary
total: 2
passed: 0
issues: 0
pending: 2
skipped: 0
blocked: 0
## Gaps