You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ IssueTrackerApp is a full-stack web application for managing issues and tracking
31
31
-**Status Tracking**: Track issues through configurable status workflows
32
32
-**Category Organization**: Organize issues by customizable categories
33
33
-**User Dashboard**: Personal analytics with stats cards, recent issues, and quick actions
34
+
-**Labels**: Free-form tags (up to 10 per issue) for quick categorization. Add or remove labels via the `LabelInput` tag-input component on the create and edit forms; autocomplete suggestions are served by `GET /api/labels/suggestions?prefix={prefix}&max={max}`. Filter the issue list by one or more labels using the chip selectors on the index page or the `?label=bug,v2` URL parameter.
0 commit comments