-
Notifications
You must be signed in to change notification settings - Fork 11
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
Export workflows as functions #294
Labels
enhancement
New feature or request
layer-api
An issue involving the vizier API layer
layer-ui
An issue involving the UI layer
Milestone
Comments
okennedy
added
enhancement
New feature or request
layer-ui
An issue involving the UI layer
layer-api
An issue involving the vizier API layer
labels
Dec 9, 2023
A few open questions:
The idea |
Schema:
|
Loosely, the idea is:
|
okennedy
added a commit
that referenced
this issue
Jan 3, 2024
okennedy
added a commit
that referenced
this issue
Jan 5, 2024
- Moving lazy variable initialization to a CatalogDB initializer - Cleanup and document Vizier init sequence. - Notify user on schema migrations - Automatically drop documentation modules from scripts. - CSS polish for ScriptEditor - Polishing ScriptEditor interface - Feedback on save - Save automatically reassigns the URL from project/branch -> script if necessary. - Added a widget to put all of the URL futzing code in one place.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
layer-api
An issue involving the vizier API layer
layer-ui
An issue involving the UI layer
What pain point is this feature intended to address? Please describe.
Workflows can get repetitive, with the same sequence of cells getting invoked multiple times. This can make workflows harder to follow, and limits composibility.
Describe the solution you'd like
Allow one cell to invoke a workflow:
Specifically:
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: