Split TODO.md into todo/ folder by topic (completed tasks removed)

This commit is contained in:
Pontoporeia
2026-04-02 18:08:21 +02:00
parent d78befe622
commit ba36725111
6 changed files with 213 additions and 1414 deletions

10
todo/README.md Normal file
View File

@@ -0,0 +1,10 @@
# TODO Index
Pending tasks split by topic. Completed tasks have been removed.
| File | Topic |
|------|-------|
| [01-css-semantic-refactor.md](01-css-semantic-refactor.md) | CSS class audit, semantic HTML for templates (public + admin), inline style extraction, favicon |
| [02-php-components.md](02-php-components.md) | Form field partials, shared UI partials, controller extraction, backend maintenance |
| [03-system-cache.md](03-system-cache.md) | `system_cache` table, `SystemCache` class, `system.php` refactor |
| [04-accessibility.md](04-accessibility.md) | WCAG 2.1 AA — remaining failures grouped by success criterion |