uoregon-libraries / newspaper-curation-app

Suite of front- and back-end tools for the curation of digitized newspaper materials
Apache License 2.0
8 stars 1 forks source link

Improve pipeline table to add meaningful metrics #317

Open jechols opened 4 months ago

jechols commented 4 months ago

Pipelines have started_at and completed_at fields, and while those can be helpful, they lack a lot of rather useful details. Is the pipeline still running? What's the total duration of jobs that have run? Is completed_at blank because the pipeline is in process or because the jobs had to be canceled?

There may be other useful data to add, too. Think about this from the perspective of what would be nice to see in a "jobs overview" kind of UI. What would be useful when looking at a list of pipelines, and what would be useful when looking at their jobs?

jechols commented 4 months ago

See also #159