-
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
Make flags.json
accessible from option menu
#3467
Comments
Is this a duplicate of #2913? I absolutely agree that this is worth tackling at some point. |
flags.json
accessible from option menu
We currently have different files:
I think we should invest into a simple settings dialog instead of exposing all these files through the menu. |
@nikku how feasible is it to start implementing #2913 ? We can be super agile here and just add more and more options to the page. The dialog could then also start with a section saying "every other option can be specified in JSON files. Read the docs to understand what and where etc" |
@christian-konrad I agree. Let's keep it very basic to start with, and add more as we see the need. Starting basic with a setting stab is absolutely feasible. For now the pressing issue is "access to startup flags" (and/or related configuration). ➡️ #2913 (comment). |
I suggest that we validate with the customer if the solution that @nikku proposed in the support ticket would actually be a better and simpler option to solve their problem. That being said, I suggest that we don't prioritize this yet, but @christian-konrad you support us with getting in touch with the customer to validate if the solution mentioned above would lead to a better result and user experience for the customer. |
Problem you would like to solve
The flags.json is an important place for some settings, for example to configure the path to an SSL certificate to connect to a self-managed Zeebe installation. However, users don't know it exist, what it is used for, and how to configure it, until they read the documentation.
Proposed solution
Have an Settings entry in the Desktop Modeler menu (toolbar and/or tab context menu) that opens the
flags.json
in an (external? OS default?) editor.Cf. how it works in Windows Terminal:
https://learn.microsoft.com/en-us/windows/terminal/customize-settings/profile-general
Alternatives considered
Provide a full-fledged settings page in Desktop Modeler. But that should be a future iteration.
Additional context
Cf. https://jira.camunda.com/browse/SUPPORT-15806
Depends on #2913
The text was updated successfully, but these errors were encountered: