Skip to content

[ENHANCEMENT] Add batch processing statistics summary #3

@kiku-jw

Description

@kiku-jw

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 - displayResults method
  • docs/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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions