-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
When processing multiple files, it would be helpful to see a summary of statistics across all files.
Use Case
Users processing many documents want to see overall statistics (total lines removed, total files processed, etc.) rather than just per-file statistics.
Proposed Solution
Add a summary section that shows:
- Total files processed
- Total lines removed across all files
- Average lines removed per file
- Processing time
Files to Modify
docs/assets/app.js-displayResultsmethoddocs/assets/style.css- Add styles for summary section
Visual Design
- Summary card at top of results
- Key metrics highlighted
- Optional: Export statistics to CSV
Impact
- Who benefits: Users processing batches of documents
- Priority: Medium
- Complexity: Low
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request