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

[3.9-WW] Improve Web Worker Integration and Documentation: Enhance web worker support, documentation, and user experience. #4100

Open
sedghi opened this issue May 8, 2024 · 2 comments
Assignees
Labels
Design Needed v3.9 Tasks for 3.9 release

Comments

@sedghi
Copy link
Member

sedghi commented May 8, 2024

What feature or change would you like to see made?

  • Provide comprehensive documentation on using web workers in OHIF, including best practices and guidelines
  • Implement a service or API for interacting with web workers, abstracting away low-level details
  • Introduce UI elements or indicators to inform users when a web worker task is running or in progress
  • Explore utilizing existing UI component libraries (e.g., @Shadcn/ui,Sonnet) for visually representing web worker tasks and their status
  • Address potential issues or scenarios involving multiple concurrent web worker tasks or background operations

related https://www.cornerstonejs.org/docs/concepts/cornerstone-core/webWorker

Why should we prioritize this feature?

Web workers offer significant performance benefits by offloading computationally intensive tasks to separate threads, improving the overall responsiveness and user experience

@sedghi sedghi added the v3.9 Tasks for 3.9 release label May 8, 2024
@sedghi sedghi mentioned this issue May 8, 2024
17 tasks
@sedghi
Copy link
Member Author

sedghi commented May 17, 2024

vscode has something similar

Image

@james-hanks
Copy link

@dan-rukas to review design to make sure it is consistent with new design and add any update here (if necessary)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design Needed v3.9 Tasks for 3.9 release
Projects
None yet
Development

No branches or pull requests

3 participants