Sign in to edit tickets from this page.

← all tickets · home

Expose archived tickets in the HTML ticket list

resolved a3d8b2eb-78b1-452a-8cd4-a1ef0cbd531b

created_at
2026-05-05
updated_at
2026-05-05
code_context
tools/gravitational_lens/src/html.rs; tools/gravitational_lens/src/server.rs
priority
P2
ticket_type
feature
labels
ticket_ui
resolved_at
2026-05-05
resolution
accepted

Body

Request: add a button or toggle on /tickets so the HTML UI can show archived tickets.

Discovery phase: GET /tickets already parses include_archived and the ticket store/MCP list path already support archived tickets. The HTML list renders filter chips for include_archived when present, but there is no obvious control for switching it on from the ticket list page.

Proposed resolution

Archived tickets are visible from the HTML ticket list. Commit ca06fde on main adds the button-style archived-ticket toggle, preserves existing filters while toggling include_archived, shows the archived count, and covers both view and hide states with renderer tests. The public https://benac.benac.dev/tickets/ route shows view archived tickets (16), and https://benac.benac.dev/tickets/?include_archived=true shows hide archived tickets. Verification passed: rustfmt --edition 2021 --check for the edited sidecar files, cargo test --manifest-path tools/gravitational_lens/Cargo.toml --locked, scripts/deploy.sh health probes, and public route checks.

History (13 events)

Sign in as a human to drive this ticket from the page, or use the MCP tools.

← all tickets · home