←
TRCKR-510
Created: 2025-12-18
•
Updated: 2025-12-20
Relationships
Loading...
Attachments
Loading...
Comments (1)
agent
·
2025-12-20
## Documentation Updates Complete
Added comprehensive documentation for the web interface table features in two locations:
### CLAUDE.md Updates
Added a new section 'Web Interface Table Features' under the TUI section that documents:
1. **Column Visibility Selectors** (macros/table_components.html)
- Usage examples with Jinja2 code
- Parameter documentation
- JavaScript functions generated
- localStorage persistence details
2. **Active Filter Badges** (macros/filters.html)
- Filter data structure documentation
- Display and removal mapping
- Required JavaScript implementation
3. **Bulk Action Toolbar** (macros/bulk_toolbar.html)
- Predefined toolbar macros (issue, project, milestone)
- Custom toolbar creation
- Required JavaScript functions
- data-testid patterns for E2E testing
### docs/architecture-server.md Updates
1. Updated File Organization section to include macros/, modals/, and partials/ directories
2. Added new 'Table Component Macros' section with detailed documentation
### Verification
Core CLI tests pass (156 passed). Documentation changes are markdown-only.