-
Notifications
You must be signed in to change notification settings - Fork 33
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: render annotation + association defined in "collaboration” #3200
feat: render annotation + association defined in "collaboration” #3200
Conversation
Also detect associations Fix some documentation
WIP add test to reproduce the current behavior - improve types test association: comment unused code association test: refactor to introduce utility function test association: add tests to reproduce the current behaviour association: add CollaborationConverter.ts buildAssociationFlows association: implem test association: various refactorings extract function association: add TODO association tests: clean commented code association tests: check both collaboration and process association: simplify tests bpmn-model-expect.ts: update comment association: ProcessConverter.ts - remove extra method
WIP refactor test text annotation WIP refactor test text annotation: avoid bounds duplication WIP refactor test text annotation: avoid bounds duplication - improve signature of util function WIP refactor test text annotation: avoid bounds duplication - more usage WIP refactor test text annotation: avoid bounds duplication - rename util function test text annotation: single in collaboration text annotation: 1st implementation test text annotation: arrays in collaboration test text annotation: refactor test text annotation: refactor (not pass shapeId to utility function) text annotation: fix test title text annotation: remove commented code + add TODO text annotation tests: check incomings and outgoings text annotation tests: check incomings and outgoings - refactor text annotation: CollaborationConverter.ts - remove commented code text annotation: refactor CollaborationConverter.ts
🎊 PR Preview 38a81e1 has been successfully built and deployed to https://process-analytics-bpmn-visualization-js-demo_preview-pr-3200.surge.sh 🕐 Build time: 0.011s 🤖 By surge-preview |
🎊 PR Preview 38a81e1 has been successfully built and deployed to https://process-analytics-bpmn-visualization-js-doc_preview-pr-3200.surge.sh 🕐 Build time: 0.01s 🤖 By surge-preview |
Quality Gate passedIssues Measures |
ℹ️ The issue spotted by SonarCloud (remaining TODO) has been fixed in 44e0156 |
The change involve introducing utility functions into tests to simplify the writing of code for setup and expectation in JSON parsing tests.
Also fix some collaborators' documentation about the BPMN support.
Notes
closes #2635
closes #2637