Templated object views #5334
Unanswered
johanfforsberg
asked this question in
Community Q&A
Replies: 1 comment
-
Check out this thread in discussions: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm thinking of a use case for OpenMCT where there is a large tree of objects with several levels in a strict type hierarchy. Since there can be large numbers of objects of different kinds at each level, it would be a lot of work to make custom views for each of them, as they can have very different requirements.
It would be really great if the end-users were able to customize such views themselves by using layouts that were "templated", instead of having to write code. What I mean is that, instead of hard-coded to show specific objects, the layout would contain relative "pointers" to things available under the object being viewed. The template view would not have to be very intelligent about it, as it would be built with knowledge of what's available.
Is something like this already possible? If not, I'd be interested in building a plugin for it, and would appreciate any clues.
Beta Was this translation helpful? Give feedback.
All reactions