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.
1.6 KiB
1.6 KiB
| title | status | type | priority | created_at | updated_at | blocked_by | |||
|---|---|---|---|---|---|---|---|---|---|
| Implement GET /api/quotes/:id — fetch by NanoID, return 404 if not found | completed | task | normal | 2026-03-10T23:32:07Z | 2026-03-10T23:32:15Z |
|
Shared types and utilities are in src/lib.rs — code placed there must compile for both the host target and wasm32-unknown-unknown.
GET /api/quotes/:id returns a single quote by its NanoID. Returns 404 if no quote with that ID exists.
cargo fmt
cargo check
cargo clippy
cargo test
`feat(quotesdb): implement GET /api/quotes/:id`