-
Notifications
You must be signed in to change notification settings - Fork 1
[DEVSU-2610] cnv montage changes #708
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
base: develop
Are you sure you want to change the base?
Conversation
DEVSU-2610
|
We will probably need clininfo feedback here. The fullsize images are so large I'm thinking they will probably ask if they can be displayed with fit-to-screen size on click; but will need to check. |
I believe so too, this is put up here for them to preview what this "montage" will look like -- it honestly is just a collection of images trying to stack up to screen width ... if you stretch it far enough it's a conga line The zoomed in images are too big, but I think we'll need one constant
|
|
As discussed elsewhere - feedback from clininfo is that initial display of images should be half as large, with images fitting to screen on click. |
- halfed size of non-zoomed in montage images DEVSU-2610
bnguyen-bcgsc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting 'No Copy Number & LOH Plots Available' even though the plots do show up when I use a different branch
|
When images are clicked to view detail, they're showing up fitting to screen horizontally but not vertically. Could we do fit to screen in both dimensions when clicking to view detail? |
Think this is because the API query params are different for the two versions (I'm assuming dev and your local run), on the test reports 2610 the images show up fine So the question is, do we load the updated API params first and see if anything shows up? If not use the original params as backup? But that doesn't do what we need it to do when the image is zoomed in (on dev it zooms the whole montage) |
Yeah I had to ask myself that hard question before as well -- do I dynamically scale both to try and fit or do I make it relatively more readable in case one dimension is too big, we can try it |
No description provided.