MaibornWolff / codecharta

CodeCharta visualizes multiple code metrics using 3D tree maps.
https://maibornwolff.github.io/codecharta/
BSD 3-Clause "New" or "Revised" License
178 stars 30 forks source link

Progressbar for all parsers #3392

Open Nereboss opened 8 months ago

Nereboss commented 8 months ago

Feature request

The gitlogparser has a progressbar that shows progress of its execution, see here:

image

This functionality could be implemented for all parsers.

Description

As a user, I want to see the progress of execution so that for longer executions it is clear that the program didn't freeze.

Acceptance criteria (for each parser)

Development notes (optional Task Breakdown)

Open questions

Is it possible to implement this in a similar way for every parser or are there parsers where this is not applicable?

ce-bo commented 8 months ago

Thank you for this feature request. I really like the idea. At the moment this new feature has not the highest priority but is planned for the future.