Feature #1653
TBX: X.X, Console progress bar
Status: | New | Start date: | 02/05/2016 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assignee: | - | % Done: | 80% |
||
Category: | Messages | Spent time: | - | ||
Target version: | TXM 0.7.8 |
Description
Currently, the ticks used in the console to provide feedback for text processing in import modules steps have some limitations: when there are many texts to process, there are too many ticks to efficiently follow actual work progression.
Solution¶
Provide a mixed strategy:- A) if n texts <= 100 -> display one tick per text processed
- B) otherwise -> display one tick per percent of texts processed (and display that it is percentage)
Example:
A) tick per text processed
10 ticks .........| 50 ticks .........|.........|.........|.........|.........|
B) tick per percent of texts processed
150 ticks %.........|.........|.........|.........|.........|.........|.........|.........|.........|.........| 155 ticks %.........|.........|.........|.........|.........|.........|.........|.........|.........|.........| 15000 ticks %.........|.........|.........|.........|.........|.........|.........|.........|.........|.........| 150000 ticks %.........|.........|.........|.........|.........|.........|.........|.........|.........|.........|
History
#1 Updated by Matthieu Decorde over 7 years ago
- Description updated (diff)
#2 Updated by Serge Heiden over 7 years ago
- Description updated (diff)
#3 Updated by Matthieu Decorde over 7 years ago
- % Done changed from 0 to 80