removed kanban from gitignore

This commit is contained in:
Fabian de Boer 2026-07-19 22:49:00 +02:00
commit ffab9dc4da
28 changed files with 522 additions and 1 deletions

View file

@ -0,0 +1,13 @@
---
id: 20
title: Consistent template rendering pattern across all handlers
status: todo
priority: low
created: 2026-07-17T03:58:11.987251314+02:00
updated: 2026-07-17T03:58:11.987251314+02:00
tags:
- cleanup
class: standard
---
From framework review (docs/framework_review.md), P2-3. ZAPHome uses extract(get_object_vars()) (the documented pattern); ZAPDisplay does not — it manually declares local vars and accesses directly in the template. Pick one pattern (extract or explicit) and apply consistently.