678 B
678 B
| id | title | status | priority | created | updated | started | completed | tags | claimed_by | claimed_at | class | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20 | Consistent template rendering pattern across all handlers | done | low | 2026-07-17T03:58:11.987251314+02:00 | 2026-07-19T22:54:28.006158702+02:00 | 2026-07-19T22:54:28.007766996+02:00 | 2026-07-19T22:54:28.007766996+02:00 |
|
rain-raven | 2026-07-19T22:54:28.006158702+02:00 | 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.