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

Add support for tables inside a annnotation #2634

Closed
Rednas83 opened this issue Dec 14, 2021 · 6 comments
Closed

Add support for tables inside a annnotation #2634

Rednas83 opened this issue Dec 14, 2021 · 6 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Rednas83
Copy link

Is your feature request related to a problem? Please describe.

Not able to add tables inside a notation

Describe the solution you'd like

An additional/modified component like 'TextAnnotation'. In which you have the option to create columns and rows and where you can easily navigate cells with mouse click or arrow buttons.

Something like:
image

Describe alternatives you've considered

Using 'TextAnnotation' for defining tables with manually doing the alignment
image

@Rednas83 Rednas83 added the enhancement New feature or request label Dec 14, 2021
@nikku
Copy link
Member

nikku commented Dec 14, 2021

@Rednas83 Thanks for opening this issue.

I'm afraid that this is outside the scope of the core capabilities offered by the app: Annotations are plain text, not structured text.

Maybe there exists a way to hook up the functionality as a bpmn-js extension?

You'd need to provide both editing and view capabilities to support such special annotations.

@nikku nikku closed this as completed Dec 14, 2021
@nikku nikku added the wontfix This will not be worked on label Dec 14, 2021
@Rednas83 Rednas83 changed the title Add support for tables inside a notation Add support for tables inside a annnotation Dec 14, 2021
@Rednas83
Copy link
Author

Is camunda also supporting js extensions?
I am currently stuck to camunda because bpmn-js is not supporting Nuxt/SSR yet😢

@nikku
Copy link
Member

nikku commented Dec 14, 2021

How does Camunda support Nuxt/SSR and bpmn-js not?

@Rednas83
Copy link
Author

I am just using Camunda as a temporary solution until Nuxt/SSR is supported. But to answer my question. Does camunda support js extensions?

@nikku
Copy link
Member

nikku commented Dec 14, 2021

I am just using Camunda as a temporary solution until Nuxt/SSR is supported.

Who shall support Nuxt/SSR? Do you work on a contribution? I'm asking because I have it nowhere on my radar.

To your point, the Camunda Modeler can be extended via plug-ins.

@Rednas83
Copy link
Author

Thanks, perhaps I will look into it if I find the time.

The 'feature request' for adding nuxt support should be on the backlog
bpmn-io/vue-bpmn#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants