Closed alexwlchan closed 4 years ago
Off the top of my head...I hope they make sense.
Can the time stamp be fixed? It's an hour behind for BST and gets a bit confusing.
Is there any way to expose if an item is stalled to be retried in the storage service later? From my side, I just see an item sitting at accepted or unpacking started and nothing happens for hours and when I ask why it's usually because it's waiting to retry later.
More visually obvious callback status Even though an item is marked as successfully ingested and goes green, the callback status may still be processing. The callback status is an important part for the Goobi workflow, can we call more attention to it visually when it's processing and successfully finished somehow?
Status I know the storage service has to "warm up" in the morning and so it can be pretty slow processing a few items on quiet days. Is there anyway to see how fast the storage service might be at any given time? Because I never can tell if there's something wrong or if it's behaving normally and just needs to "warm up"
- Can the time stamp be fixed?
Yes.
Currently the dates are rendered by the Python rendering engine; doing it in JavaScript would fix this.
- Is there any way to expose if an item is stalled to be retried in the storage service later?
Hmm.
That one’s harder, because there’s a bunch of different ways an ingest might stall. Let me think about it.
- More visually obvious callback status
I’ll give it some thought.
- Status
I can probably come up with a “slow/fast” indicator.
The timestamp is fixed; stalled ingests are exposed in the daily reporter; pending callback status is highlighted blue.
Closing as “good enough for now”.
A non-exhaustive list of things I'd fix if I had the time:
title
attributeFrom Ashley: