Commit Graph
3 Commits
Author SHA1 Message Date
ehoandClaude Sonnet 5 7dddf875a2 docs: bring README in line with strict mode, routing, and the HTTP boundary
ci / verify (push) Successful in 47s
Updates the architecture/dependency diagrams and omissions table to match
what actually shipped: RemoteData<T> (not <E, T>), @angular/router moved
from "avoided" to "used", the new shared/infrastructure/http.ts fetch
boundary, and the CI/coverage gates now in place. Removes the now-false
"CI pipeline" omission row and adds honest rows for the linter and
per-environment config this template still deliberately skips.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-01 10:30:02 +02:00
eho 78f590af04 fix: quote parenthesized Mermaid edge label to avoid parse error
Mermaid's pipe-style edge labels need quotes when the text contains
parentheses; node labels in brackets were already fine.
2026-08-01 08:59:35 +02:00
eho a3ea91edd2 docs: add architecture/dependency Mermaid diagrams and Elm-store guide
README now shows folder layering, minimal-Angular dependency flow, and
the users feature data flow as diagrams. Adds docs/adding-a-store.md,
a step-by-step guide to building an Elm-style store from just signals.
2026-08-01 08:56:20 +02:00