osate / osate2-gtse

This plugin enables users to automatically explore the trade space of a system by connecting OSATE to Penn State's Trade Space Visualizer tool.
Other
5 stars 0 forks source link

Figure out user worfklow from configuration file to adapter file generation #19

Closed sprocter closed 6 years ago

sprocter commented 6 years ago

Per today's meeting:

  1. Right click context menu
  2. (Possibly) Repeat-last-generated-config type button / entry in the toolbar
sprocter commented 6 years ago

Delaying the repeat-last for now -- I'm convinced of the utility of a right-click menu that's enabled only for *.config files (possibly in AADL projects?).

So, the proposed workflow is then:

  1. User builds / imports AADL model
  2. User builds / imports configuration file
    • Unlike the current implementation, nothing happens on save.
  3. User right clicks the configuration file and selects the option to convert the configuration file.
    • This triggers the creation of a collection of artifacts that enable ATSV/OSATE interaction.

Since we don't want to have a two-stage process (which we currently do have) this issue depends on #6