Skip to content

Add ti serve: a read-only web view of the ticket list - #71

Open
schacon wants to merge 2 commits into
serve-docsfrom
serve-command
Open

Add ti serve: a read-only web view of the ticket list#71
schacon wants to merge 2 commits into
serve-docsfrom
serve-command

Conversation

@schacon

@schacon schacon commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Serves the ticket list, per-ticket detail pages and /tickets.json over a
hand-rolled std::net listener, so no web stack is pulled in. Page chrome,
escaping and the HTTP types live in the parent module.

@cursor

cursor Bot commented Jul 31, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

schacon added 2 commits July 31, 2026 18:03
Wires up the `ti serve` subcommand and the hand-rolled std::net listener:
request-line parsing, percent coding, routing, response writing and the
shared page chrome (document shell, stylesheet, escaping), so no web
stack is pulled in.
Renders the ticket list (id, age, priority, title, tags, assignee) with
search, tag/status narrowing and sorting, the per-ticket detail page at
/t/<ref>, and the /tickets.json feed, on top of the serve scaffolding.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant