matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
522 stars 47 forks source link

Add progress bar and verbose option to background task. #70

Open matiasdelellis opened 5 years ago

matiasdelellis commented 5 years ago

Now it is very difficult to know the progress of the background task..

I suggest showing a numerical progress, and add a vervose option, which would work as it is now...

https://symfony.com/doc/current/components/console/helpers/progressbar.html

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/67550631-add-progress-bar-and-verbose-option-to-background-task?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github).
stalker314314 commented 5 years ago

Looks fancy, I like style with 2 progress bars, one below other. We can use first to show total tasks progress (3/7) and below it, progress inside current task. However, this is probably not first thing on my plate these days, especially with OOMs and #37 and #32 :) I will not mind if you tackle this:D I might, but next year:D