codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Development of a Textual Process Indicator with Dynamic Progress Display #345

Open SzatmariA opened 8 months ago

SzatmariA commented 8 months ago

The task is to create a textual process indicator, designed to reassure users that an ongoing process is active and not frozen, while also providing a visual representation of the progress made in terms of processed information. The indicator should be implemented in a way that is both informative and visually engaging.

Key features of the process indicator should include:

Dynamic Progress Visualization: The indicator may take the form of a progress bar, a percent counter, or a list of processed items. Each of these should include a dynamic or non-stationary element to signify ongoing activity. For instance, the percent counter could incorporate a rotating character (such as '-', '', '|', '/', '-') to indicate movement.

Percentage Display: The indicator must display an estimated percentage of the information processed. This percentage should update in real-time as the process advances.