-
Notifications
You must be signed in to change notification settings - Fork 17
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
Js translator #620
Js translator #620
Conversation
Only domain step is supported for now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request has been automatically deployed to FeaturePeek. 😄
Your deployments will be kept up-to-date with this pull request's latest changes.
app | link |
---|---|
playground | https://peek.run/1jwhv9dj/playground |
storybook | https://peek.run/1jwhv9dj/storybook |
Please read our docs for more configuration details.
8f17bda
to
6c9976e
Compare
Now that the playground can work client-side only, it's interesting to deploy it as a static website for easy reviews.
Codecov Report
@@ Coverage Diff @@
## master #620 +/- ##
==========================================
+ Coverage 97.68% 97.72% +0.04%
==========================================
Files 143 144 +1
Lines 3713 3783 +70
Branches 534 550 +16
==========================================
+ Hits 3627 3697 +70
Misses 86 86
Continue to review full report at Codecov.
|
Closing this PR, as we've taken a different route (to implement backends in python) |
As a side-project, I started to develop a translator that transform pipelines into js functions.
This enables the playground to run client-side only. Once complete (all steps supported), it can also be used as reference for how transformations are expected to work (with tests) or to preview transformations when the database/server is not available.
Closes #519