artefactual-sdps / enduro

A tool to support ingest and automation in digital preservation workflows
https://enduro.readthedocs.io/
Apache License 2.0
4 stars 3 forks source link

Add timestamps to package task display (fixes #832) #937

Closed mcantelon closed 4 months ago

mcantelon commented 4 months ago

Added display of package task start and completion date/time when displaying package activity tasks in the dashboard.

Fixed warnings during date conversion to ISO 8601 format.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 48.88%. Comparing base (3102539) to head (c82080e). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #937 +/- ## ======================================= Coverage 48.88% 48.88% ======================================= Files 103 103 Lines 5533 5533 ======================================= Hits 2705 2705 Misses 2597 2597 Partials 231 231 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sevein commented 4 months ago

Hi Mike! I haven't tested it yet, but I'm curious to know if it fits well on all screen sizes. How does it look? In Legacy Enduro, some columns were hidden depending on the window size.

mcantelon commented 4 months ago

@sevein Hi Jesus! Here's what it looks like in a narrow window (it doesn't seem to hide columns):

tasks

mcantelon commented 4 months ago

Thanks @sevein !