Add Testar State Model Analsyis Visualizer
- If a TESTARStateModels artefact with
type: TESTAR_State_Model
exists in the PKM, add a iframe visualizer component - The idea is to use the PKM Json information to get some connection/OrientDB information like
element.stateModelDataStoreDB
, but at the moment (for the demo) there are some hardcoded params :D - Before connect with
http://81.200.36.109:8090/models
, we need to send a GET request to TESTAR to be launched in Analysis mode. This is done at the moment inappsrc/src/app/plugins/project/services/artifacts-retriever/artifacts-retriever.service.ts
- Locally I had a CORS issue, but proxy config should take care of this.
Edited by Fernando Pastor Ricos