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] Display Text Annotation #395

Merged
merged 6 commits into from
Jul 7, 2020
Merged

Conversation

aibcmars
Copy link
Contributor

@aibcmars aibcmars commented Jul 6, 2020

Display Text Annotation
closes #94

@aibcmars aibcmars added the BPMN support Something about the BPMN specification that the lib is already supporting or will support label Jul 6, 2020
@aibcmars aibcmars changed the title [INFRA] Display Text Annotation [FEAT] Display Text Annotation Jul 7, 2020
Copy link
Member

@csouchet csouchet left a comment

Choose a reason for hiding this comment

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

Need to modify the BPMNlabel getting in DiagramConverter, and modify the tests:

  • test/unit/component/parser/json/BpmnJsonParser.label.bounds.test.ts
  • test/unit/component/parser/json/BpmnJsonParser.label.font.test.ts
  • test/unit/component/parser/json/BpmnJsonParser.label.test.ts

to be generic and loop on a list of process element with Shape as parameter, like in test/unit/component/parser/json/BpmnJsonParser.sequenceFlow.default.test.ts 😉

Copy link
Member

@csouchet csouchet left a comment

Choose a reason for hiding this comment

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

Just few little changes to do 😉

@csouchet csouchet added the enhancement New feature or request label Jul 7, 2020
aibcmars and others added 3 commits July 7, 2020 16:47
copy paste error fixed

Co-authored-by: Souchet Céline <4921914+csouchet@users.noreply.github.com>
@aibcmars
Copy link
Contributor Author

aibcmars commented Jul 7, 2020

image

@csouchet
Copy link
Member

csouchet commented Jul 7, 2020

With B.1.0.bpmn

image

@csouchet csouchet merged commit 52df234 into master Jul 7, 2020
@csouchet csouchet deleted the 94_display_text_annotation branch July 7, 2020 15:19
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] Display Text annotation
2 participants