Skip to content

[FEAT] Detect Complex Gateway #2250

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

Merged
merged 15 commits into from
Sep 27, 2022
Merged

[FEAT] Detect Complex Gateway #2250

merged 15 commits into from
Sep 27, 2022

Conversation

assynour
Copy link
Contributor

@assynour assynour commented Sep 15, 2022

fixes #793

Screenshot

gateways

@CLAassistant
Copy link

CLAassistant commented Sep 15, 2022

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link

github-actions bot commented Sep 15, 2022

♻️ PR Preview 80207b9 has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

@github-actions
Copy link

github-actions bot commented Sep 15, 2022

♻️ PR Preview 80207b9 has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

@assynour assynour changed the title 793 detect complex gateway [FEAT] 793 detect complex gateway Sep 15, 2022
@@ -1685,6 +1686,12 @@
<dc:Bounds x="2525" y="1250" width="90" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="shape_complex_gateway_id" bpmnElement="complex_gateway_id">
Copy link
Member

Choose a reason for hiding this comment

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

ℹ️ personal note: check if the rendering is ok when displaying the diagram, otherwise change the coordinates 😄

Copy link
Contributor Author

Choose a reason for hiding this comment

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

complex-gateway-coordinates

Copy link
Member

@tbouffard tbouffard Sep 16, 2022

Choose a reason for hiding this comment

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

nice! I wasn't sure that we document it, but yes it is documented!

Please, adjust shape coordinates to ensure new elements can be easily shown with a viewer and don't overlap with existing elements

* You have added changes in overlays: i.e. positioning, shapes, styling.
<br/><br/>
`overlays.rendering.test.ts` drives all visual tests for that part. A visual test only requires a BPMN diagram as input.
- You aim supporting a new BPMN elements or when the rendering of the BPMN elements change (existing
Copy link
Member

@tbouffard tbouffard Sep 15, 2022

Choose a reason for hiding this comment

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

ℹ️ it is easier to see the changes with the GH rich diff

image

Copy link
Member

@tbouffard tbouffard Sep 23, 2022

Choose a reason for hiding this comment

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

⚠️ There is too much changes here. I understand that the IDE did its own formatting and fix real formatting issue.
However all IDE don't format/lint markdown in the same way. So I will revert extra changes.

We have to find common lint rules that we can always apply

Copy link
Member

Choose a reason for hiding this comment

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

done in 7cc7846

@assynour assynour marked this pull request as ready for review September 16, 2022 11:54
@assynour assynour added enhancement New feature or request BPMN support Something about the BPMN specification that the lib is already supporting or will support labels Sep 16, 2022
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

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

Thanks for this PR which is globally good. Thanks for the documentation improvements based on your experience.

However, there are some elements that need to be changed

@assynour assynour changed the title [FEAT] 793 detect complex gateway [FEAT] Detect complex gateway Sep 22, 2022
@assynour assynour changed the title [FEAT] Detect complex gateway [FEAT] Detect Complex Gateway Sep 22, 2022
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@assynour assynour enabled auto-merge (squash) September 27, 2022 16:04
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

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

LGTM. Welcome aboard!

@assynour assynour merged commit f5291ac into master Sep 27, 2022
@assynour assynour deleted the 793-detect_complex_gateway branch September 27, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BPMN support Something about the BPMN specification that the lib is already supporting or will support enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Detect Complex Gateway
3 participants