9be43eb8f0
docs(state): record phase 8 context session
2026-04-09 17:21:58 +02:00
17b0865045
docs(08): capture phase context
2026-04-09 17:21:53 +02:00
2730f4b7d5
docs(phase-07): evolve PROJECT.md after phase completion
2026-04-09 17:06:21 +02:00
57c2bde10e
docs(phase-07): complete phase execution
2026-04-09 17:03:20 +02:00
7d91cef025
test(07): phase verification report
2026-04-09 17:03:08 +02:00
ad2ed0b45e
docs(07): add code review report
2026-04-09 17:00:20 +02:00
12e734a911
fix(07): uniform control sizing, min cell 13px, center week view
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 16:56:34 +02:00
30e399db13
docs(07-02): complete week mode renderer plan
2026-04-09 16:35:32 +02:00
9dde5291a9
feat(07-02): week mode renderer with aggregation and tooltips
2026-04-09 16:32:14 +02:00
7fba98f89d
test(07-02): add failing tests for week mode renderer
2026-04-09 16:30:42 +02:00
75ff655108
docs(07-01): complete mode switcher controls plan
2026-04-09 11:16:49 +02:00
cd1ac52f7e
feat(07-01): mode switcher and metric toggle controls
...
- createModeControl/createMetricControl with Tabler nav-segmented
- Twig template heatmap-controls container in card header
- Conditional stats row and scroll for year mode only
- heatmap-week-cell CSS class
2026-04-09 11:15:50 +02:00
cab07eedc3
test(07-01): add failing tests for mode and metric controls
2026-04-09 11:14:48 +02:00
3472fccfe9
docs(state): phase 7 planned
2026-04-09 11:02:44 +02:00
9c0a3398ab
docs(07): create phase plan
2026-04-09 10:57:48 +02:00
32b00f7776
docs(07): UI design contract for mode switcher + week mode
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 10:51:28 +02:00
3127a301bb
docs(07): add validation strategy
2026-04-09 10:49:20 +02:00
79e15a1232
docs(07): research phase domain
2026-04-09 10:48:42 +02:00
d47af3dbca
docs(state): record phase 7 context session
2026-04-09 10:45:14 +02:00
1414d1c968
docs(07): capture phase context
2026-04-09 10:45:07 +02:00
0c7af377f1
docs: update state after Phase 6 completion
2026-04-09 10:41:40 +02:00
949d318ecb
fix: restore root-level PHP dirs for Kimai PSR-4 autoloading
...
Kimai's autoloader maps KimaiPlugin\ => var/plugins/, so plugin classes
must live at the bundle root, not under src/.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 10:38:40 +02:00
3d56f57591
docs(06): mark human UAT as passed
2026-04-09 10:37:53 +02:00
99e1b5ed8a
test(06): persist human verification items as UAT
2026-04-09 09:59:08 +02:00
df0de3fdab
docs(06): add verification report
2026-04-09 09:58:56 +02:00
76a7571275
docs(06): add code review report
2026-04-09 09:56:15 +02:00
abe3ec6f72
docs(06-02): complete renderer wiring plan
2026-04-09 09:48:48 +02:00
881718e3f0
refactor(06-02): migrate test imports to new module locations
2026-04-09 09:47:18 +02:00
aab3915681
feat(06-02): create YearModeRenderer and rewrite heatmap.ts as orchestrator
2026-04-09 09:45:49 +02:00
7ee3f92b85
docs(06-01): complete foundation modules plan
2026-04-09 09:35:42 +02:00
b9b2565884
feat(06-01): extract shared utilities (tooltip, color-scale, stats, date-utils)
2026-04-09 09:34:11 +02:00
fe24e8bdd7
feat(06-01): add type contracts, state module, and renderer registry
2026-04-09 09:32:47 +02:00
a0d9bbfcc3
docs(phase-6): create phase plan
2026-04-09 00:52:26 +02:00
e7d12719ed
docs(phase-6): UI design contract for renderer architecture refactor
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 00:25:52 +02:00
530c2b2158
docs(phase-6): research renderer architecture refactor
2026-04-09 00:08:03 +02:00
6162ffabaf
docs: create milestone v1.1 roadmap (5 phases)
2026-04-09 00:00:18 +02:00
3b974765e2
docs: define milestone v1.1 requirements
2026-04-08 23:55:57 +02:00
473c19acad
docs: complete v1.1 project research
2026-04-08 23:45:20 +02:00
a2bc9a31ad
docs: start milestone v1.1 Modes & Filtering
2026-04-08 23:31:58 +02:00
6f73651147
docs: plant seed SEED-002 visualization modes
2026-04-08 23:27:08 +02:00
244c7c66fc
chore: archive v1.0 milestone
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 23:25:26 +02:00
a074e41e81
docs: v1.0 milestone audit
2026-04-08 23:18:48 +02:00
96ea5a0085
fix: add assets:install to install instructions
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 21:31:08 +02:00
f7acba7c93
add MIT license
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 18:23:00 +02:00
06e8d4cb78
docs: add README with screenshot
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 18:21:36 +02:00
338ffb9c19
fix: layout polish — responsive filter, scroll, resize, min cell size
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 17:14:48 +02:00
843ac84805
docs: phase 5 planning artifacts
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 16:05:50 +02:00
d0dc64f333
feat: add streak, stats, weekend styling, week-start preference
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 16:05:44 +02:00
c79834cbea
docs: plant seed SEED-001 native entity pickers
2026-04-08 15:50:33 +02:00
c90ad494b7
fix(04): tooltip and dropdown overflow clipping
...
Tooltip uses fixed positioning on document.body to escape overflow
contexts. Removed overflow-x:auto from container and SVG area that
clipped tooltip top and dropdown focus ring.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 15:47:39 +02:00