DistributedProofreaders / dproofreaders

Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.
https://www.pgdp.net
GNU General Public License v2.0
46 stars 28 forks source link

Add job log visibilitiy #1236

Closed cpeel closed 2 weeks ago

cpeel commented 2 weeks ago

Did you know we have a job log? Me neither! That's because we currently log to it in exactly two scripts and have zero way to view it. This gives SAs the ability to see the table and adds an index on the timestamp.

It removes a useless "MIDDLE" message from automodify.

https://www.pgdp.org/~cpeel/c.branch/job-log-visibilitiy/

This is related to https://github.com/DistributedProofreaders/dproofreaders/issues/1233

cpeel commented 2 weeks ago

I don't know if this is the time or place to do it, but is it possible to have some documentation on valid filenames and events.

I've changed 'Filename' to 'Job' in the last commit as I anticipate us using it in a broader sense. The "event"s are very ad hoc right now. So "not yet but there's work to be done in this area".