docs: update README.md for React SPA and current state #25

Closed
opened 2026-02-08 19:50:31 +00:00 by forbes · 0 comments
Owner

Problem

README.md contains several stale references after the htmx-to-React migration and recent feature work.

Specific Issues

  1. "Web UI" says "htmx-based item browser" — htmx templates deleted, UI is now React SPA at /
  2. Components tree lists internal/api/templates — directory no longer exists
  3. Components tree says "migrations/ ... (10 files)" — only 4 migration files on disk (001, 002, 003, 011)
  4. "Web UI" bullet says "htmx" — should say React + Vite + TypeScript
  5. STATUS.md says "74 endpoints", README/SPEC say "76" — inconsistent endpoint count
  6. No mention of frontend-spec.md in the documentation table
  7. Missing web/ directory from component tree

Acceptance Criteria

  • All "htmx" references replaced with React SPA description
  • Component tree reflects actual file structure
  • Migration count matches files on disk
  • Endpoint count is consistent across docs
  • frontend-spec.md listed in docs table
  • web/ directory shown in component tree
## Problem README.md contains several stale references after the htmx-to-React migration and recent feature work. ## Specific Issues 1. **"Web UI" says "htmx-based item browser"** — htmx templates deleted, UI is now React SPA at `/` 2. **Components tree lists `internal/api/templates`** — directory no longer exists 3. **Components tree says "migrations/ ... (10 files)"** — only 4 migration files on disk (001, 002, 003, 011) 4. **"Web UI" bullet says "htmx"** — should say React + Vite + TypeScript 5. **STATUS.md says "74 endpoints", README/SPEC say "76"** — inconsistent endpoint count 6. **No mention of `frontend-spec.md`** in the documentation table 7. **Missing `web/` directory** from component tree ## Acceptance Criteria - [x] All "htmx" references replaced with React SPA description - [x] Component tree reflects actual file structure - [x] Migration count matches files on disk - [x] Endpoint count is consistent across docs - [x] `frontend-spec.md` listed in docs table - [x] `web/` directory shown in component tree
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/silo#25