feat(core): label field for sub-category tagging #98
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/labels"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Categories are broad groupings but lack granularity — a task in UVA can't distinguish between RUTR 2730 and CS 3100.
Solution
Add
labeltext 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.