624 B
624 B
| id | title | status | priority | created | updated | started | completed | tags | claimed_by | claimed_at | class | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 19 | Single source of truth for word count + cleanup handleWords | done | low | 2026-07-17T03:58:05.365933671+02:00 | 2026-07-20T01:09:23.968637294+02:00 | 2026-07-20T01:09:23.970603129+02:00 | 2026-07-20T01:09:23.970603129+02:00 |
|
rain-raven | 2026-07-20T01:09:23.968637294+02:00 | standard |
From framework review (docs/framework_review.md), P2-1/2. MAX_WORDS drives the template loop but handleWords() independently re-scans POST. Also has / typo. Fix: iterate 1..MAX_WORDS in handleWords, clean up variable naming.