Nico Rehwaldt

Results 274 issues of Nico Rehwaldt

__Is your feature request related to a problem? Please describe__ We should not hide _element templates_ as a feature, but encourage its use. __Describe the solution you'd like__ * Create...

enhancement
backlog
spring cleaning

As a user I'd like to be able to extend bpmn-js to contribute my own behavior. __Goals__ * [ ] Users get an understanding of what _behavior_ consists of *...

enhancement
backlog
pr welcome

Showcase how to use `bpmn-js` + `bpmn-js-properties-panel` + element templates.

enhancement
backlog

_This is an umbrella issue to track DMN Level 3 modeling support._ __What should we do?__ Allow users to model advanced constructs defined in DMN Level 3 as supported by...

backlog
DMN support

As per DMN spec we should serialize a `variable` tag with decisions that are backed up by a decision table: ```xml ... ... ``` We already do this for literal...

enhancement
backlog
Decision Table

__Is your feature request related to a problem? Please describe.__ It is dangerous to rely on inferno as being used as a peer dependency, as our version of inferno may...

enhancement
backlog

As a general recommendation the variable name exposed by a decision should equal the decision ID (cf. https://github.com/bpmn-io/dmn-js/issues/350). ![image](https://user-images.githubusercontent.com/58601/39179678-21cae0c4-47b5-11e8-866b-4a40e4a3b6a0.png) __Tasks__ * [ ] Pre-populate variable name with decision ID *...

enhancement
backlog
Literal Expression

Users can always simply start typing in input and output cells. If the user types `FEEL` we validate the result and give feedback in an unobtrusive way (`window.alert(...)` preferable). ###...

enhancement
backlog

The test suite fails with with `Unexpected end of input`. ``` ok 28 should be equivalent # file outputs /factor-bundle/node_modules/tape/index.js:75 throw err ^ SyntaxError: Unexpected end of input at WriteStream....

This PR ships the foundations to [support cross-browser/application copy and paste](https://github.com/bpmn-io/internal-docs/issues/614): * Makes canvas selectable (previously incorporated via https://github.com/bpmn-io/diagram-js/issues/661, but later reverted as we could not follow up on the...

backlog