Task #9893 (closed)
SPW landing pages
Reported by: | wmoore | Owned by: | wmoore |
---|---|---|---|
Priority: | major | Milestone: | OMERO-4.4.7 |
Component: | Web | Version: | n.a. |
Keywords: | n.a. | Cc: | cxallan |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | 2012-11-20 (2) |
Description
When we load landing page for a plate, the jsTree is not expanded to show the Plate-Acquisitions.
We don't provide landing pages for Plate-Acquisitions.
Change History (14)
comment:1 Changed 12 years ago by wmoore
comment:2 Changed 12 years ago by wmoore
- Sprint set to 2012-11-20 (2)
comment:3 Changed 12 years ago by wmoore
- Status changed from new to accepted
comment:4 Changed 12 years ago by wmoore
Landing page support for /webclient/?show=acquisition-123 is in https://github.com/will-moore/openmicroscopy/commits/post_4_4_5_fixes
comment:5 Changed 12 years ago by wmoore
- Resolution set to fixed
- Status changed from accepted to closed
https://github.com/openmicroscopy/openmicroscopy/pull/491 covers Acquisitions and Wells. I think we can leave WellSamples/? Images for later if needed.
comment:6 Changed 12 years ago by Will Moore <will@…>
(In [5df81c4d17bcecc4572fab0771434276af673a05/ome.git] on branch develop) Blitz getObjects() supports 'Acquisition' OR 'PlateAcquisition?'. See #9893
comment:7 Changed 12 years ago by Will Moore <will@…>
(In [7f5b7adce9113a9e62e3f3e29f87fb7cca148bde/ome.git] on branch develop) Blitz PlateAcquisition?.listParents() returns [PlateWrapper?]. See #9893
comment:8 Changed 12 years ago by Will Moore <will@…>
(In [4ddf3dc2436b95b63475f599ccac44b06ac7dbac/ome.git] on branch develop) Landing page support for webclient/?show=aquisition-123. See #9893
comment:9 Changed 12 years ago by Will Moore <will@…>
(In [f08e53e4d5a434db5f78febe36123abc7949d23e/ome.git] on branch develop) Show link button for Plate-Aquisitions landing page. See #9893
comment:10 Changed 12 years ago by Will Moore <will@…>
(In [8a295289c84950125bf3b2e2c72edd939597050f/ome.git] on branch develop) Blitz WellSample?.getPlateAcuquisition() returns PlateAcquisitionWrapper?. See #9893
comment:11 Changed 12 years ago by Will Moore <will@…>
(In [bfffd0df264423a1ec6dabaf90d7e9b41463a629/ome.git] on branch develop) Landing page ?show=well-123 loads Plate or Acquisition in tree. See #9893
comment:12 Changed 12 years ago by Will Moore <will@…>
(In [02cb7bf31c0e2cb1180474af8e017186eca301c8/ome.git] on branch develop) Adding self.trigger('_resetLoaded'); to plateview.js _reset() See #9893
In order to highlight selected wells, we need to know when the plate has loaded.
This trigger allows us to listen for completion of the plate loading, at the end of the
_reset() method.
comment:13 Changed 12 years ago by Will Moore <will@…>
(In [494d31f2aa95d72ec6d783d9180f8ab8cdb51bb1/ome.git] on branch develop) Full support for ?show=well-123|well-124. See #9893
The url is parsed by javascript once the plate is loaded.
Selection is applied to wells then well_selection_changed() is called to update right-hand panel.
comment:14 Changed 12 years ago by Will Moore <will@…>
(In [c16c9fc90ce01ebb7fb20470bac2843d31da376b/ome.git] on branch develop) Adding Link to well right-hand panel. See #9893
I guess it might be worth looking at landing pages for Wells too, if this isn't too hard.