Opened 18 months ago
Closed 3 weeks ago
#77 closed task (fixed)
Progress bar for the bulk import and listing status report
Reported by: | Mike Dewhirst | Owned by: | |
---|---|---|---|
Priority: | medium | Version: | 1.x |
Keywords: | progress bar | Cc: |
Description
This might be a long-running ticket because it involves tricky concepts and silly ambitions. For example, it might start life as a simple presentation of x processed out of a total of y. Eventually I would like to see a silhouette of a cyclist sprinting to the finish line and raising both arms in triumph!
Which might not happen :-(
Note:
See TracTickets
for help on using tickets.
After experimenting with async, threads, queues and so on, it turns out getting an updating progress bar involves more complexity than it is worth. We are setting for a spinner until one day we come up with a requirement for a bifurcated system which relies of background processing. Keeping the system simple until then is better than adding unnecessary complexity.