OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages
https://docs.ohif.org/
MIT License
3.37k stars 3.39k forks source link

[Feature Request] Automatically Switch Active Panel Based on Context #4459

Closed sedghi closed 6 days ago

sedghi commented 2 weeks ago

Currently, panels retain their active status even when they are not relevant to the current context. This can lead to situations where, for instance, the segmentation panel remains active while measurements are being added, requiring manual switching to the measurement panel.

Proposal Implement logic to automatically switch the active panel based on the current context. For example:

If a measurement is added while the segmentation panel is open, the system should automatically activate the measurement panel. Similarly, if a segmentation action is triggered while the measurement panel is active, switch to the segmentation panel. Benefits This would improve workflow efficiency by ensuring that the active panel always aligns with the user's current task, reducing manual panel-switching and enhancing user experience.