ifpen / chalk-it

Drag-and-drop Python webapps
https://ifpen.github.io/chalk-it/
Apache License 2.0
48 stars 7 forks source link

[Integration branch] chalkit API #299

Closed abirEF closed 1 month ago

abirEF commented 2 months ago

related to issue #216

  1. Separate in chalkit api in 2 packages (scheduler and dashboard)

For js script:

  1. Remove blocking error when syntax error is found in chalkit api:

    • update parser to avoid it for python script
    • keep it without blocking execution for js script as commonly used with explicit trigger on, user receives the information without waiting execution
  2. Update to take into account scheduling functionning n python script

bengaid commented 1 month ago

Thanks @abirEF and @TristanBartement , the chalkit API seems now wonderful !