feat(core): label field for sub-category tagging #98

Merged
barrettruth merged 1 commit from feat/labels into main 2026-03-25 19:11:54 +00:00
barrettruth commented 2026-03-25 19:11:43 +00:00

Problem

Categories are broad groupings but lack granularity — a task in UVA can't distinguish between RUTR 2730 and CS 3100.

Solution

Add label text column to tasks. Multiple labels stored comma-separated, rendered as [label] brackets in queue/kanban. Searchable via /, filterable via ?label= URL param. Input in create drawer and task detail. Closes #88.

## Problem Categories are broad groupings but lack granularity — a task in UVA can't distinguish between RUTR 2730 and CS 3100. ## Solution Add `label` text column to tasks. Multiple labels stored comma-separated, rendered as `[label]` brackets in queue/kanban. Searchable via `/`, filterable via `?label=` URL param. Input in create drawer and task detail. Closes #88.
Sign in to join this conversation.
No description provided.