Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please see the following video that explains the proposed approach for a compound viewer: https://drive.google.com/drive/u/0/folders/1oJmAsf8KHt-1YhJ3NSPS_bJ5eTRrNJ2_
Compound Object Viewer provides a lightweight approach to display media associated with compound object’s members, and to navigate between them.
It uses two views, one to set up the service file display, and other to setup the Compound Object Members thumbnail navigation.
A hook function is used to load the media or the service file of the first member object. The user can select to view any other member media by clicking on the thumbnail navigation below. Currently, the members are sorted by node id; however, other fields such as the field_wieght can be used to sort the order of the members as well.
A javascript function is used to highlight the selected member object.
Differences with the current sandbox compound viewer version
Known Issues