88a1d379
feat(web/beads): filters for the parade board
Add a filter bar to the beads board: text search (id/title), issue type, priority, assignee, and label. Filters are query-param based (GET, sticky across submits) and applied server-side before lane bucketing, so the marquee counts reflect the filtered set. Dropdown options are collected from the full issue set (they don't shrink as filters narrow the board); a Clear link shows when any filter is active. Verified on the 143-issue tarantool-etcd board (type=bug → 30).
Eugene Blikh <bigbes@gmail.com> — 2026-07-19 18:41:53 UTC
Commit 88a1d379f707062ebac734104a35a83065ef6b78 —
view raw patch
Parent(s):
57832d6c
| File | Status | + | − |
|---|---|---|---|
web/beads.go
|
M | +126 | -10 |
web/beads_test.go
|
M | +98 | |
web/realdata_test.go
|
M | +17 | -2 |
web/templates/beads.html
|
M | +33 |