sourceoptics / source_optics

Development has moved to BitBucket. Please clone from and send PRs to https://bitbucket.org/laserllama/sourceoptics/src/master/.
http://sourceoptics.io
20 stars 6 forks source link

Show scanning status in the web interface somewhere, ideally a percentage w/ run times, to make it easier to tell if the scanner is having issues #41

Open mpdehaan opened 5 years ago

mpdehaan commented 5 years ago

When the scanner runs it does record some dates about what it has last scanned, however, there's little record of what is currently scanning, or how long a scan took.

This ticket doesn't define that request, but as we move to this being a more automated process, it's possible the scanner might get stuck or crash, and more visibility into this within the app would be ideal.

mpdehaan commented 5 years ago

this is kind of a 'meh' ticket to me at the moment, because the logs can be gathered from cron and the scanner is pretty reliable these days.

It is still relatively easy to add some fields to the repo for scan status and make them read-only in Django admin, but it's not that important.