nasa / openmct

A web based mission control framework.
https://nasa.github.io/openmct/
Other
12.09k stars 1.26k forks source link

[Live Demo] Create 'items' view for collections of telemetry objects #880

Open akhenry opened 8 years ago

akhenry commented 8 years ago

Currently selecting folders of telemetry items in the live demo results in a blank page. This is a bad user experience. A simple solution in the live_demo branch is to define a new 'telemetry-collection' view using the 'items' view template.

akhenry commented 8 years ago

This has been implemented in live_demo. Needs to be ported to master for the REMS branch. Will require introduction of a new generic 'collection' type, and switching of 'instrument' and 'msl' object types in the rems data to this new type. Might be worth considering as part of API redesign whether this adhoc fix is worthwhile or whether it should wait until policies etc. have been reconsidered.