mariuspopovici / starlimsvscode

STARLIMS VS Code Extension
MIT License
15 stars 3 forks source link

First version of FormDesigner and Eslint installation #136

Closed MrDoe closed 11 months ago

MrDoe commented 11 months ago

For the linkbar I used images from the webroot folder, because they are loaded faster than from the database and can also be cached by the browser.

Installation of FormDesigner:

  1. Import the FormDesigner.sdp package via STARLIMS Designer
  2. Copy the contents of the image folder to your STARLIMS server: [STARLIMS Web Root]/images/designer
  3. Execute the scInitFormProperties server script to populate the CONTROL_PROPERTIES table

TO DO: Write a SSL script to do all this automatically.

mariuspopovici commented 11 months ago

Nice! 👍 I'd like to play with it a little more this week, I've got a few days off work will find some time to do it. We can add the designer form to the same .sdp package as the API, that way it's deployed automatically. Also, the images can be deployed as well through the .sdp using an after import script. I've done this before e.g. deploying a full React application in the wwwroot folder and various other files via a custom .sdp package. I'll create a task for this.

Thanks!!!