rosmod / rosmct

Development of an openmct system for telemetry of ros systems
MIT License
20 stars 4 forks source link

Implement basic user controls #28

Open AWatk opened 6 years ago

AWatk commented 6 years ago

related to #24

AWatk commented 6 years ago

Use views for user controls?

https://github.com/nasa/openmct/issues/1807

Make input following the style guide

https://nasa.github.io/openmct/style-guide/#/browse/styleguide:home?view=items

AWatk commented 6 years ago

requires #24 to be completed beforehand.

unlike #24 this issue more for the creation of specific UI buttons so that an actual user interface can be designed and built instead of constantly publishing messages manually. i.e provide a mechanism for binding pre-definied messages (in the case of buttons) or creating them on the fly (in the case of a text field) to be published.

e.g. A big red button that is bound to a disable message or a text field that controls temperature