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

Add edit flow for Helix #5394

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

pierremtb
Copy link
Collaborator

Fixes #5392

Copy link

vercel bot commented Feb 14, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Feb 14, 2025 11:12pm

Copy link

qa-wolf bot commented Feb 14, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@pierremtb pierremtb changed the title WIP: Add edit flow for Helix Add edit flow for Helix Feb 14, 2025
@pierremtb pierremtb marked this pull request as ready for review February 14, 2025 23:02
@pierremtb
Copy link
Collaborator Author

pierremtb commented Feb 14, 2025

@franknoirot @jtran @nadr0 Alright adding you guys for review a little early here cause there are a few not-so-pretty things in this code but I'd like your input before spending too much time on it alone!

But outside of these small-ish things this was super easy to implement to way to go on laying out the groundwork for people to run on it 👟

return baseCommand
}

// TODO: find a way to loop over the arguments while keeping it safe
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Input welcome here. Lots of arguments here. 4 kcl, 2 options

operation.labeledArgs.axis.sourceRange[0],
operation.labeledArgs.axis.sourceRange[1]
)
.replaceAll("'", '') // TODO: fix this crap
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And heeeere

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 this pull request may close these issues.

Add edit flow for Helix
1 participant