cfs-tools / cfs-basecamp

Provides a framework and tools for developing, downloading, and integrating core Flight System (cFS) applications into an operational system.
Other
25 stars 3 forks source link

Improve command parameter window design #23

Closed dmccomas closed 1 year ago

dmccomas commented 1 year ago

The current command parameter window design is clunky. Initially a template parameter window is used to get the user's command selection. Once they select a command a new window is generated with only the required parameter fields.

It may be cleaner to have a tree representation of commands (similar to plot message variable selection variable) and after a user selects a command a parameter window is generated.

Also look into default parameter values. Consider removing ''--null--" since it takes effort to remove.