|
Background:
Users want to be able to check on the SUSHI harvesting progress directly in the UI: which provider have been harvested lately, are there any errors, anything to do/troubleshoot.
Scope:
- In the general UPD record list screen in eUsage, the Actions menu should display the option "Open harvester logs".
- On clicking this menu entry, a full screen "Harvester logs" screen opens.
- The screen contains a list of "Harvesting jobs" and can be closed by an X on the left side of the top bar. On closing, the UDP list is shown as before (incl. the previous search&filter settings and opened UDP detail panes)
- The list shows jobs that are planned (by periodic harvesting), running and have ended.
- The list displays the newest (start date) 1,000 records (this is a temporary solution for performance, see -> Still to be defined)
- The list consists of the following columns:
- Usage data provider
- Job type (-> Periodic / Provider / Tenant)
- Start (date and time displayed according to current locale settings)
- Finish (date and time displayed according to current locale settings)
- Duration (displayed in minutes and seconds -> "2m 54s")
Out-of scope:
- Filter pane for harvesting jobs (–>
UIEUS-303
Closed
)
- Additional columns "Running status" and "Result" (–>
UIEUS-304
Closed
)
- Detail pane for individual jobs (not yet required)
Still to be defined:
- How long should records for jobs be kept in storage (indefinitely? one year? ...), how longs should they be displayed in the UI list?
- Should there be some kind of lazy loading, with a "show more records" button?
|