-
Notifications
You must be signed in to change notification settings - Fork 117
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
Create DataSpace editor component #3935
base: master
Are you sure you want to change the base?
Create DataSpace editor component #3935
Conversation
|
|
3f3727d
to
1684aa2
Compare
Co-Authored-By: travis.stebbins@gs.com <travis.stebbins@gs.com>
Co-Authored-By: travis.stebbins@gs.com <travis.stebbins@gs.com>
… and testData inputs and fix default execution context selector bug
…r mode switch" This reverts commit 553aa80.
…nContext dropdown updates
…ExecutionContext dropdown updates" This reverts commit c741775.
Co-Authored-By: travis.stebbins@gs.com <travis.stebbins@gs.com>
Co-Authored-By: travis.stebbins@gs.com <travis.stebbins@gs.com>
Co-Authored-By: travis.stebbins@gs.com <travis.stebbins@gs.com>
This reverts commit 438ebf7.
… in ListEditor component
6baa868
to
b7140eb
Compare
Summary
Implement DataSpace Editor Component
This PR adds a comprehensive editor component for the DataSpace class, allowing users to visually edit all properties including:
Implementation Details
DataSpaceEditor.tsx
following the ConnectionEditor patternDSL_DataSpace_GraphModifierHelper.ts
for updating stateDataSpaceEditorState.ts
with builder methods for creating and checking typesLink to Devin run: https://app.devin.ai/sessions/05a5a240789941bb8e6b0158a5709426
Requested by: travis.stebbins@gs.com
How did you test this change?