You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| title |
status |
type |
priority |
created_at |
updated_at |
blocked_by |
| Write ui/README.md, ui/docs/PLANNING.md, ui/docs/ARCHITECTURE.md |
completed |
task |
low |
2026-03-10T23:32:06Z |
2026-03-10T23:32:14Z |
| quotesdb-m9vb |
| quotesdb-ivwr |
| quotesdb-297v |
| quotesdb-jlef |
| quotesdb-0flf |
|
The `quotesdb` UI is a Yew (Rust → Wasm) single-page app compiled by Trunk and hosted on Cloudflare Pages. It communicates with the backend API via `fetch` calls. Source lives in `src/bin/ui/`. Run with `trunk serve` for local development.
Write the three documentation files for the UI domain:
1. `README.md` — what the UI is, how to run it (`trunk serve`), how to build (`trunk build`), license, Claude Code disclaimer
2. `docs/PLANNING.md` — development phases and work log for the UI sub-domain
3. `docs/ARCHITECTURE.md` — UI component tree overview, routing, API client, WASM compilation notes
- README must include the dual Apache-2.0 + MIT license notice.
- README must include a disclaimer that the software was written with Claude Code (model: claude-sonnet-4-6).
- ARCHITECTURE.md must describe the component hierarchy and how the Yew router maps to page components.
`docs(quotesdb): write ui README, PLANNING.md, and ARCHITECTURE.md`