opencaesar / oml-vision

A VS Code extension providing UI viewpoints for OML models
Other
4 stars 2 forks source link

Refactor Commands to not have hard coded references to specific OML vocabulary #20

Closed pogi7 closed 4 months ago

pogi7 commented 7 months ago

Checklist before submitting a feature request

Is your feature request related to a problem? If yes, describe the problem

Currently commands have to have hard coded references to specific OML vocabulary. It is preferred if these commands can be configured similar to Table, Tree, or Diagram layouts.

Describe the desired feature

Currently OML Vision has the following commands (there may be more) defined which are depend on vocab which is hard coded into the codebase:

CREATE_FCR EXECUTE_DELETE_ELEMENTS GET_ELEMENT_DEPENDENCIES UPDATE_CM_STATE

The scope of this ticket is to

Additional context