-
Notifications
You must be signed in to change notification settings - Fork 6
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
Define flows for "Save" button #1957
Milestone
Comments
SwissDataScienceCenter/renku-notebooks#762 should be merged at the end of the current sprint. That will make the infrastructure necessary for the save button necessary available |
SwissDataScienceCenter/renku-notebooks#1175 describes the logic needed to support this in the UI. |
Repository owner
moved this from Todo
to Done
in UI Sprints - DEPRECATED
Aug 6, 2022
Repository owner
moved this from Todo
to Done
in MIX Feature Team
Aug 6, 2022
andre-code
pushed a commit
that referenced
this issue
Oct 12, 2022
andre-code
pushed a commit
that referenced
this issue
Oct 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of targetting no/low code solutions and their users, we should implement clickable buttons to run certain commands, like
renku save
, orgit add -all; git commit -m 'message'; git push
. Possible breakdown of cases (TBC with devs):https://www.figma.com/file/x1YHYNJA5PCHYztmAIvvMO/Save-button?node-id=0%3A1
Simplify flows for initial implementation, set scope for future rounds.
Could we lean into a Git GUI for this?
Acceptance criteria
The text was updated successfully, but these errors were encountered: