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 DevUI setup documentation steps #652

Open
LuboTerifaj opened this issue Jun 10, 2024 · 0 comments
Open

Add DevUI setup documentation steps #652

LuboTerifaj opened this issue Jun 10, 2024 · 0 comments
Assignees

Comments

@LuboTerifaj
Copy link
Contributor

The current documentation is missing steps how to properly configure DevUI in the project.

Chapter: https://sonataflow.org/serverlessworkflow/main/testing-and-troubleshooting/quarkus-dev-ui-extension/quarkus-dev-ui-overview.html

Issues

  • Missing prerequisites (having project) for the following commands in quarkus-dev-ui-overview.html:

    • quarkus ext add org.apache.kie.sonataflow:sonataflow-quarkus-devui
    • quarkus ext add org.kie:kie-addons-quarkus-source-files
  • Missing description of "kie-addons-quarkus-source-files" depdendency, what is its purpose in overview: quarkus-dev-ui-overview.html

    • It is described later in the documentation, in quarkus-dev-ui-workflow-instances-page.html)
    • It would be probably more readable to describe the dependency first, set up the environment, and then utilize its functionality.
  • The following dependency is missing the necessary version to work properly:

<dependency>
  <groupId>org.apache.kie.sonataflow</groupId>
  <artifactId>sonataflow-quarkus-devui</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants