-
Notifications
You must be signed in to change notification settings - Fork 481
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
Be able to configure preferences / settings / flags via UI #2913
Comments
Valid requirement. Moving to backlog. |
Related request: Link to place to configure Element Templates from within the application. |
@christian-konrad I like everything about this including "open JSON file". 👍 |
Moving to |
Given: #3467 (comment). Settings might make sense, but maybe it is not a prerequisite for #3467. |
Cf. #3477 (comment) for a progress on the linked PR. |
Is your feature request related to a problem? Please describe.
We get more and more feature requests on extensibility / configurability that boil down to one thing: Users want to configure their app in an intuitive manner, and understand how external configuration (flags, element templates) is sourced.
They can already configure via flags, externally provided element templates and
config.json
, but that is not intuitive; hard to discover. Same applies to startup flags.Describe the solution you'd like
A settings page allows users to configure their app. That page links to documentation + important file system locations (i.e. global element template folders).
Describe alternatives you've considered
Stick to our "no configuration" paradigm.
Additional context
Came up in the context of #2527
Product hub epic: https://github.com/camunda/product-hub/issues/2491
The text was updated successfully, but these errors were encountered: