Skip to content

Work Items filters, Tech Debt Register scoring, Plans view persistence (v0.3.23)#26

Merged
SylonZero merged 2 commits into
masterfrom
feat/work-items-filters-debt-register-view-persist
Jul 16, 2026
Merged

Work Items filters, Tech Debt Register scoring, Plans view persistence (v0.3.23)#26
SylonZero merged 2 commits into
masterfrom
feat/work-items-filters-debt-register-view-persist

Conversation

@SylonZero

Copy link
Copy Markdown
Owner

What

  • Work Items: filter by Asset and Area (options derived from the loaded items, with "No asset"/"No area" buckets), plus an "Owned by me" toggle matching the Plans/Tasks pattern.
  • Tech Debt Register: asset groups now rank by the same severity-weighted debt score used on Products/Analytics (low:3 / medium:8 / high:15 / critical:25, capped at 100; manual techDebtScore override wins over derived). Each group shows a Debt score badge and the asset's health badge — previously it ranked by raw item count, so five low-severity items outranked one critical.
  • Code Plans: the card/list view choice persists across sessions via a plans_view cookie (mirrors the product_scope cookie pattern: read server-side in the page, written on toggle client-side).

Verification

  • Drove the app locally (sqlite): work-items renders the three filter selects + owned-by-me switch; plans_view=list cookie flips SSR to the table view and absence renders cards.
  • 167/167 vitest, tsc clean apart from the pre-existing passwordHash errors.

Notes

  • Merge before #feat/asset-ownership — that branch stacks on this one (both touch the debt register).

🤖 Generated with Claude Code

Sai Prakash and others added 2 commits July 15, 2026 22:21
- Work Items: filter by Asset and Area, plus an "Owned by me" toggle
  matching the pattern already used on Plans/Tasks.
- Tech Debt Register: rank asset groups by the same severity-weighted
  debt score used on Products/Analytics (manual override or derived),
  and surface each asset's health/score instead of raw item counts.
- Code Plans: persist the card/list view choice across sessions via a
  cookie, mirroring the existing product-scope cookie pattern.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@SylonZero
SylonZero merged commit 618d63b into master Jul 16, 2026
1 check passed
@SylonZero
SylonZero deleted the feat/work-items-filters-debt-register-view-persist branch July 16, 2026 03:24
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