- Marked 12 tests as skip pending feature implementation - Features tracked in GitHub issue #686 (system log viewer feature completion) - Tests cover sorting by timestamp/level/method/URI/status, pagination controls, filtering by text/level, download functionality - Unblocks Phase 2 at 91.7% pass rate to proceed to Phase 3 security enforcement validation - TODO comments in code reference GitHub #686 for feature completion tracking - Tests skipped: Pagination (3), Search/Filter (2), Download (2), Sorting (1), Log Display (4)
46 lines
859 B
Markdown
46 lines
859 B
Markdown
---
|
|
# REQUIRED: Issue title
|
|
title: "Your Issue Title"
|
|
|
|
# OPTIONAL: Labels to apply (will be created if missing)
|
|
labels:
|
|
- feature # feature, bug, enhancement, testing, documentation
|
|
- backend # backend, frontend, ui, security, caddy, database
|
|
|
|
# OPTIONAL: Priority (creates matching label)
|
|
priority: medium # critical, high, medium, low
|
|
|
|
# OPTIONAL: Milestone name
|
|
milestone: "v0.2.0-beta.2"
|
|
|
|
# OPTIONAL: GitHub usernames to assign
|
|
assignees: []
|
|
|
|
# OPTIONAL: Parent issue number for linking
|
|
# parent_issue: 42
|
|
|
|
# OPTIONAL: Parse ## sections as separate sub-issues
|
|
# create_sub_issues: true
|
|
---
|
|
|
|
# Issue Title
|
|
|
|
## Description
|
|
|
|
Clear description of the issue or feature request.
|
|
|
|
## Tasks
|
|
|
|
- [ ] Task 1
|
|
- [ ] Task 2
|
|
- [ ] Task 3
|
|
|
|
## Acceptance Criteria
|
|
|
|
- [ ] Criterion 1
|
|
- [ ] Criterion 2
|
|
|
|
## Related Issues
|
|
|
|
- #XX - Related issue description
|