Skip to content

Commit 9966fa7

Browse files
mpauloskyCopilot
andauthored
docs: README, XML docs, and CONTRIBUTING updates for Labels feature (#156)
Closes #156 Working as Frodo (Documentation Specialist) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2fd0a2a commit 9966fa7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ IssueTrackerApp is a full-stack web application for managing issues and tracking
3131
- **Status Tracking**: Track issues through configurable status workflows
3232
- **Category Organization**: Organize issues by customizable categories
3333
- **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.
3435
- **Search & Filtering**: Debounced search, multi-filter support, pagination, and bookmarkable URLs
3536

3637
### Administration

0 commit comments

Comments
 (0)