Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI Monitoring: Unify lists for Queues, Export, Retrieve, Compare, Storage Verification Tasks #3383

Closed
gunterze opened this issue Sep 24, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Sep 24, 2021

Unify lists for Queues, Export, Retrieve, Compare, Storage Verification Tasks:

Field (property) \ Tab Queues ✅ Export ✅ Retrieve ✅ Compare ✅ Storage Verification
Device (dicomDeviceName) Y Y Y Y Y
Queue(queue) Y Y Y Y Y
Create Time (createdTime) Y Y Y Y Y
Update Time (updatedTime) Y Y Y Y Y
Scheduled Time (scheduledTime) Y Y Y Y Y
Process Delay (processingStartTime - scheduledTime) Y Y Y Y Y
Process Time (processingEndTime - processingStartTime) Y Y Y Y Y
Local AET (LocalAET) Y Y Y Y Y
Remote AET (RemoteAET) Y - Y - -
Exporter ID (ExporterID) - Y - - -
Modality (Modality) - Y - - -
#I (NumberOfInstances) - Y - - -
Destination (DestinationAET) - - Y -
#I (remaining ->completed/warning/failed) - - Y - -
Primary AET (PrimaryAET) - - - Y -
Secondary AET (SecondaryAET) - - - Y -
compare (comparefield) - - - Y -
#S (matches->missing/different) - - - Y -
Storage ID (StorageID) - - - - Y
Stg.Ver.Policy (StgCmtPolicy) - - - - Y
#I (completed/failed) - - - - Y
Status (status) Y Y Y Y Y
Failures (failures) Y Y Y Y Y
Batch ID (batchID) Y Y Y Y Y

Always include (at least) one of the fields Create Time (createdTime), Update Time (updatedTime), Scheduled Time (scheduledTime), matching the field selected to sort by. (default: descending Update Time ). If there is enough space for a second time stamp, show Scheduled Time (scheduledTime) also if not sort by Scheduled Time. Requires #3388, #3389

Show errorMessage in hover of Failure value
Show outcomeMessage - or if there is no outcomeMessage show errorMessage - in hover of Status value.

@gunterze gunterze added the enhancement New feature or request label Sep 24, 2021
@gunterze gunterze added this to the 5.24.2 milestone Sep 24, 2021
@vrindanayak vrindanayak changed the title UI Monitoring: Unify lists for Queues, Export, Retrieve, Compare Tasks UI Monitoring: Unify lists for Queues, Export, Retrieve, Compare, Storage Verification Tasks Sep 28, 2021
@gunterze gunterze modified the milestones: 5.24.2, 5.25.0 Oct 1, 2021
@gunterze gunterze modified the milestones: 5.25.0, 5.26.0 Dec 15, 2021
@gunterze gunterze modified the milestones: 5.25.1, 5.26.0 Dec 28, 2021
@gunterze gunterze modified the milestones: 5.25.2, 5.26.0 Feb 14, 2022
@gunterze gunterze modified the milestones: 5.26.0, 5.26.1 Mar 23, 2022
shral added a commit that referenced this issue Apr 7, 2022
@gunterze gunterze modified the milestones: 5.26.1, 5.26.2 Jun 9, 2022
@gunterze gunterze modified the milestones: 5.27.0, 5.27.1 Jul 27, 2022
@gunterze gunterze modified the milestones: 5.28.0, 5.28.1 Sep 13, 2022
@gunterze gunterze modified the milestones: 5.29.0, 5.29.1 Oct 19, 2022
@gunterze gunterze modified the milestones: 5.29.1, 5.29.2 Dec 22, 2022
@vrindanayak vrindanayak self-assigned this Jan 23, 2023
vrindanayak added a commit that referenced this issue Jan 23, 2023
vrindanayak added a commit that referenced this issue Jan 23, 2023
vrindanayak added a commit that referenced this issue Feb 1, 2023
@vrindanayak
Copy link
Member

Known Limitation : If user has selected to Order By any of Created Time (Desc) / Updated Time (Desc) / Scheduled Time (Desc) switching of corresponding time columns and displaying of results works as expected if any of the (Desc) order by specific values is selected.
However, on choosing any of the (ASC) order by values, switching of corresponding time columns works as expected, but the results are displayed still in descending order. User has to manually trigger Submit again to view results in (ASC) order for the corresponding selected time field in Order By

  • Note this is due to UI re-using the response it already had from first triggered query. On switching of values in Order By dropdown, there is no auto invocation of service again to the server side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants