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

[REFACTOR] Mutualize marker and isExpanded fields in the internal model #470

Merged

Conversation

csouchet
Copy link
Member

@csouchet csouchet commented Aug 6, 2020

This simplifies markers management and prepare the model for the compensation marker.

@csouchet csouchet added depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first refactoring Code refactoring labels Aug 6, 2020
@csouchet csouchet force-pushed the refactor/mutualize_marker_and_isExpanded_in_internal_model branch 2 times, most recently from 770921f to f17f7a1 Compare August 6, 2020 11:10
@tbouffard tbouffard force-pushed the refactor/mutualize_marker_and_isExpanded_in_internal_model branch from f17f7a1 to a117565 Compare August 6, 2020 14:21
@tbouffard tbouffard removed the depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first label Aug 6, 2020
@tbouffard tbouffard self-requested a review August 6, 2020 14:21
@tbouffard tbouffard marked this pull request as ready for review August 6, 2020 14:21
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 👍
Nice job!

} else if (ShapeUtil.isSubProcess(kind)) {
shapeBpmnElement = this.buildShapeBpmnSubProcess(bpmnElement, processId);
} else if (ShapeUtil.isActivity(kind)) {
shapeBpmnElement = this.buildShapeBpmnActivity(bpmnElement, kind, processId);
Copy link
Member

Choose a reason for hiding this comment

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

👍


get marker(): ShapeBpmnMarkerKind {
return this._marker;
export class ShapeBpmnActivity extends ShapeBpmnElement {
Copy link
Member

Choose a reason for hiding this comment

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

👍

@tbouffard tbouffard merged commit 6f300a4 into master Aug 6, 2020
@tbouffard tbouffard deleted the refactor/mutualize_marker_and_isExpanded_in_internal_model branch August 6, 2020 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants