Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Integration branch] chalkit API #299

Closed
abirEF opened this issue Apr 25, 2024 · 1 comment · Fixed by #300
Closed

[Integration branch] chalkit API #299

abirEF opened this issue Apr 25, 2024 · 1 comment · Fixed by #300
Assignees
Milestone

Comments

@abirEF
Copy link
Collaborator

abirEF commented Apr 25, 2024

related to issue #216

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

For js script:

  • chalkit.scheduler.[setVariable, setVariables, setVariableProperty, executeDataNode, executeDataNodes]
  • chalkit.dashboard.[enableWidget, disableWidget, hideWidget, showWidget, wiewProject, viewPage, goToPage]
  • keep root calls possible for old project (chalkit.x)
  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
  1. Update to take into account scheduling functionning n python script
abirEF added a commit that referenced this issue Apr 25, 2024
abirEF added a commit that referenced this issue Apr 25, 2024
@abirEF abirEF mentioned this issue Apr 25, 2024
@abirEF abirEF self-assigned this Apr 25, 2024
@abirEF abirEF added this to the version_0.5 milestone Apr 25, 2024
@TristanBartement TristanBartement linked a pull request Apr 29, 2024 that will close this issue
@bengaid
Copy link
Member

bengaid commented Apr 30, 2024

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

@bengaid bengaid closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants