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] Introduce various plugins to split the bpmn-visualization API provided by BpmnElementsRegistry #77

Closed
4 tasks done
tbouffard opened this issue Aug 22, 2023 · 0 comments · Fixed by #288
Closed
4 tasks done
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tbouffard
Copy link
Member

tbouffard commented Aug 22, 2023

Rationale

Currently, we can do this by using the bpmn-visualization API provided by BpmnElementsRegistry.
Having such plugins would

Proposal

methods: all related methods from BpmnElementsRegistry (try if we can use the Pick utility type to get the right signature)

use case class id
CSS classes management CssClassesPlugin css
overlays management OverlaysPlugin overlays
search elements ElementsPlugin elements
style elements StylePlugin style

Notice that

See also the plugins providing methods by name for consistency:

Tasks

@tbouffard tbouffard added the enhancement New feature or request label Aug 22, 2023
@tbouffard tbouffard added this to the 0.5.0 milestone Aug 22, 2023
@tbouffard tbouffard changed the title [FEAT] Introduce various plugins to split the bpmn-visualization API provided by [FEAT] Introduce various plugins to split the bpmn-visualization API provided by BpmnElementsRegistry Aug 22, 2023
@tbouffard tbouffard self-assigned this Sep 12, 2023
@tbouffard tbouffard modified the milestones: 0.5.0, 0.6.0 Sep 25, 2023
@tbouffard tbouffard modified the milestones: 0.6.0, 0.7.0 Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant