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

Pacs progress websockets #1258

Merged
merged 49 commits into from
Oct 18, 2024
Merged

Pacs progress websockets #1258

merged 49 commits into from
Oct 18, 2024

Conversation

jennydaman
Copy link
Collaborator

@jennydaman jennydaman commented Sep 25, 2024

This PR replaces the old PACS Q/R UI with a new one, redesigned from the ground up using antd and tanstack/query.
It implements the client-side of LONK-WS.

Additions

  • Mobile-friendly UI
  • Removed "PatientCard" component. If query results in a single study, it is expanded by default. There are fewer clicks needed to see the data and request a PACS pull
  • Search query is stored in URI search params (and is not base64 encoded)
  • Replaced PFDCM client with an OpenAPI generated one
  • installed @testing-library/react and configured it to work with vitest
  • WebSocket communication with CUBE over the LONK-WS endpoint
  • more...

Missing Features

The redesign is feature-incomplete.

  • No button to preview series, go to library, create feed, ...

jennydaman added a commit to FNNDSC/miniChRIS-docker that referenced this pull request Sep 25, 2024
@jennydaman jennydaman marked this pull request as ready for review October 11, 2024 03:33
@PintoGideon
Copy link
Collaborator

PintoGideon commented Oct 18, 2024

Test Cases Covered:

  • Pulling a study with 15 series
  • Pulling multiple studies
  • Pulling individual series

Current Feedback:

  • No feedback on the code at this time.

UI Observation:

  • A small UI nit found while testing in light mode: The modality label is not visible in light mode.

Screenshot from 2024-10-18 11-12-45
Screenshot from 2024-10-18 11-12-53

Copy link
Collaborator

@PintoGideon PintoGideon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is inspiring work. Thank you for your hard work and effort

@PintoGideon PintoGideon merged commit b911366 into staging Oct 18, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants