Skip to content

Comments

Add form support for ServiceStore embedded data#1171

Merged
MauricioUyaguari merged 1 commit intofinos:masterfrom
gayathrir11:serviceStore_data
May 20, 2022
Merged

Add form support for ServiceStore embedded data#1171
MauricioUyaguari merged 1 commit intofinos:masterfrom
gayathrir11:serviceStore_data

Conversation

@gayathrir11
Copy link
Contributor

@gayathrir11 gayathrir11 commented May 19, 2022

Summary

Related to #1158

  • Add icon for Data element

How did you test this change?

  • Test(s) added
  • Manual testing (please provide screenshots/recordings)
  • No testing (please provide an explanation)
serviceStore_data.mp4

@changeset-bot
Copy link

changeset-bot bot commented May 19, 2022

🦋 Changeset detected

Latest commit: 6576374

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 22 packages
Name Type
@finos/legend-extension-external-store-service Minor
@finos/legend-art Patch
@finos/legend-studio Patch
@finos/legend-studio-app Patch
@finos/legend-application Patch
@finos/legend-graph-extension-collection Patch
@finos/legend-extension-dsl-data-space Patch
@finos/legend-extension-dsl-diagram Patch
@finos/legend-extension-dsl-persistence Patch
@finos/legend-extension-dsl-text Patch
@finos/legend-extension-external-language-morphir Patch
@finos/legend-extension-mapping-generation Patch
@finos/legend-manual-tests Patch
@finos/legend-query-app Patch
@finos/legend-query Patch
@finos/legend-studio-extension-management-toolkit Patch
@finos/legend-studio-extension-query-builder Patch
@finos/legend-taxonomy-app Patch
@finos/legend-taxonomy Patch
@finos/legend-studio-deployment Patch
@finos/legend-query-deployment Patch
@finos/legend-taxonomy-deployment Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@finos-cla-bot finos-cla-bot bot added the cla-present CLA Signed label May 19, 2022
@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #1171 (6576374) into master (9e3b9b5) will increase coverage by 0.17%.
The diff coverage is 8.98%.

@@            Coverage Diff             @@
##           master    #1171      +/-   ##
==========================================
+ Coverage   42.48%   42.66%   +0.17%     
==========================================
  Files        1133     1140       +7     
  Lines       50009    50232     +223     
  Branches    11432    11521      +89     
==========================================
+ Hits        21247    21430     +183     
- Misses      28692    28730      +38     
- Partials       70       72       +2     
Impacted Files Coverage Δ
packages/legend-art/src/components/TypeIcon.tsx 0.00% <0.00%> (ø)
...action/changeDetection/ESService_ObserverHelper.ts 24.24% <ø> (ø)
...mation/pureProtocol/V1_ESService_ProtocolHelper.ts 70.96% <ø> (ø)
...src/stores/studio/ESService_GraphModifierHelper.ts 3.94% <3.94%> (ø)
...o/ESService_ServiceStoreEmbeddedDataEditorState.ts 5.55% <5.55%> (ø)
.../components/ESService_ServiceStoreEmbeddedData.tsx 8.41% <8.41%> (ø)
...ce/src/components/ESService_LegendStudioPlugin.tsx 13.51% <15.00%> (+0.32%) ⬆️
...ckages/legend-studio/src/stores/NewElementState.ts 36.47% <16.66%> (-0.64%) ⬇️
...ls/pure/model/data/ESService_ServiceStubMapping.ts 100.00% <100.00%> (ø)
...ata/contentPattern/ESService_StringValuePattern.ts 100.00% <100.00%> (ø)
... and 203 more

@gayathrir11 gayathrir11 force-pushed the serviceStore_data branch 2 times, most recently from 15d582f to 458661d Compare May 19, 2022 07:14
@gayathrir11 gayathrir11 marked this pull request as ready for review May 19, 2022 07:21
Copy link
Member

@MauricioUyaguari MauricioUyaguari left a comment

Choose a reason for hiding this comment

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

Merging (as i need it for my development :)) but please addess the minor comments.

</div>
</div>
<div className="query-params-editor__content">
{Array.from(serviceRequestPattern.queryParams?.values() ?? []).map(
Copy link
Member

Choose a reason for hiding this comment

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

since you are using both keys and values in this map, could you keep it cleaner and use .entries() instead of .values()

</div>
<div className="header-params-editor__content">
{Array.from(serviceRequestPattern.headerParams?.values() ?? []).map(
(headerParam: StringValuePattern, index: number) => (
Copy link
Member

Choose a reason for hiding this comment

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

same here

@MauricioUyaguari MauricioUyaguari merged commit 190e385 into finos:master May 20, 2022
@gayathrir11 gayathrir11 deleted the serviceStore_data branch August 30, 2022 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-present CLA Signed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants