spiff-arena/docs/wish_list/wish_list.md

28 lines
1.3 KiB
Markdown
Raw Normal View History

2023-05-31 18:04:37 +00:00
# Wish List
The follow is a list of enhancements we wish to do complete in the near (or even distant future)
2023-06-01 19:08:55 +00:00
## Performance Improvements
### BPMN Definitions at save time vs run time
Improve performance by pre-processing the BPMN Specification and generating the internal JSON representation so we no longer incur the expense of doing this on a per-process basis.
2023-05-31 18:04:37 +00:00
This will also allow us to do some early and deep validation as well.
2023-06-01 19:08:55 +00:00
## End User Experience
### Administrator / Support Contact Information
Allow defining contact information at the process group and process model level, perhaps at some very top level as well - which can be inherited unless overridden.
This information could then be displayed when a process is in a non-functional state - such an error, suspended, or terminiated state.
It might also be available in the footer or under a help icon when displaying a process instance.
## Modeler Experience
### Markdown Support for Process Groups and Models
Allow us to define a markdown file for a process group or process model, which would be displayed in the process group or process model in the tile view, or at the top of the details page when a group or model is selected.
2023-06-01 19:08:55 +00:00
### Form Builder
Let's invest in a much better Form Builder experience, so that it is trivial to build new forms or modify existing forms.
2023-06-01 19:08:55 +00:00