Add BPMN editor extension#484
Open
rlfnb wants to merge 2 commits into
Open
Conversation
New web-app-bpmn extension using bpmn-js with properties panel for editing and viewing .bpmn process diagrams in OpenCloud Web.
Contributor
|
Mind to add a few screenshots to the PR? Havent looked in detail, but it looks pretty solid from afar! One nitpick: would you mind porting the vue component to the script setup syntax? |
New web-app-bpmn extension using bpmn-js for editing and viewing .bpmn process diagrams in OpenCloud Web. Features: - bpmn-js Modeler with full palette and toolbar for editing - Properties panel for element attributes (names, conditions, etc.) - Properties panel toggle to maximize canvas space - Read-only Viewer mode - SVG export - Minimap for navigation on large diagrams - Fit-to-viewport button - Ctrl+S / Cmd+S keyboard shortcut to save - New file menu integration with empty BPMN template - German translations - Podman pod dev setup (dev/podman/) without Traefik dependency
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a new web-app-bpmn extension that enables creating, opening and editing BPMN 2.0 process diagrams (.bpmn files) directly in OpenCloud Web.
The extension embeds https://bpmn.io/toolkit/bpmn-js/ as a native Vue component (no iframe) and includes:
Architecture follows the same pattern as the existing web-app-draw-io extension.
Related Issue
How Has This Been Tested?
Types of changes