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

Feat(Data Mapper): Able to save data map #4950

Merged
merged 4 commits into from
Jun 10, 2024
Merged

Conversation

DanielleCogs
Copy link
Contributor

@DanielleCogs DanielleCogs commented Jun 7, 2024

  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    none

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  1. Created new service to manage calls that go to vscode and interact with the file system
    this prevents us from passing functions down multiple components to be called

  2. Data Mapper is able to be loaded into VSCode, with limited functionality

  3. Connections saved in the store and save using save button

  • Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
    no
  • Please Include Screenshots or Videos of the intended change:

@DanielleCogs DanielleCogs marked this pull request as ready for review June 10, 2024 15:48
return new DataMapperFileService(sendMsgToVsix);
} , [sendMsgToVsix]);

// const addSchemaFromFile = (selectedSchemaFile: SchemaFile) => {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we please remove all the commented-out code from the PR? We can use this PR if we need to reference that code again?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I feel like we're already missing out on code that we already have functionality for, so idk about this. Let's discuss during our dev sync?

@DanielleCogs DanielleCogs merged commit 9bfc3f0 into main Jun 10, 2024
11 of 12 checks passed
@DanielleCogs DanielleCogs deleted the danielle/dm-save branch June 10, 2024 16:35
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.

None yet

2 participants