Feature #1653
TBX: X.X, Console progress bar
Statut: | Closed | Début: | 05/02/2016 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | Messages | Temps passé: | - | |
Version cible: | 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 %.........|.........|.........|.........|.........|.........|.........|.........|.........|.........|
Historique
#1 Mis à jour par Matthieu Decorde il y a plus de 9 ans
- Description mis à jour (diff)
#2 Mis à jour par Serge Heiden il y a plus de 9 ans
- Description mis à jour (diff)
#3 Mis à jour par Matthieu Decorde il y a plus de 9 ans
- % réalisé changé de 0 à 80
#4 Mis à jour par Sebastien Jacquot il y a plus d'un an
- Statut changé de New à Closed
#5 Mis à jour par Sebastien Jacquot il y a plus d'un an
- % réalisé changé de 80 à 100