1
General Board / Integrate helper functions to EA
« on: April 02, 2022, 04:55:22 pm »
Currently, I have some Python scripts which access remote REST services deployed on a server hosting a MySQL EA repository. On the server the REST service accesses the EA repository as well as other project information in order to gather some analysis result. The result is stored locally on the client site in a text file.
The Python scripts offer some simple item list selection or file selection dialog to specify one or two parameters for the REST service.
Now, I got the request to start these scripts from within EA - or rewrite them as an EA extension. The analysis result shall be presented in a window which shall pop up from the start of a script.
As there are several options to go - and I am not experienced in any of them - I need some help with the decision how to achive this.
The Python scripts offer some simple item list selection or file selection dialog to specify one or two parameters for the REST service.
Now, I got the request to start these scripts from within EA - or rewrite them as an EA extension. The analysis result shall be presented in a window which shall pop up from the start of a script.
As there are several options to go - and I am not experienced in any of them - I need some help with the decision how to achive this.