-
Notifications
You must be signed in to change notification settings - Fork 190
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
NO-ISSUE: Make examples better reflect their domain and contain more focused code #2726
Conversation
kie-tools-examples-micro-frontends-multiplying-architecture-base64png-editor-vscode-extensionis not consistent in naming:
this is also incompatible with the build command [1] Probably also 🔴 build command [1] failed
|
@kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-viewNo manual checks done, README looks fine. |
@kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-view-in-angularNo manual checks done. From README it is not clear to me how to start the example. |
@kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-view-in-reactsame as above ^ |
@kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-views-on-webappStart command in readme could include |
@kie-tools-examples/micro-frontends-multiplying-architecture-todo-list-viewNo checks done, no comments to code. |
@kie-tools-examples/micro-frontends-multiplying-architecture-todo-list-view-on-webappReadme start command could include |
kie-tools-examples-micro-frontends-multuplying-architecture-todo-list-view-vscode-extensionSimilar issues as base64png vscode extension package
|
[edited] @kie-tools-examples/process-compact-architecture🟠 I am not able to use
|
@kie-tools-examples/process-user-tasks-subsystem🔴 there is a compilation error
|
@kie-tools-examples/serverless-workflow-editor-standalone-on-webappManual check passed, start command could maybe include |
@kie-tools-examples/sonataflow-greetingNo comments |
@kie-tools-examples/uniforms-patternflyReadme could contain at least information how to build and start the example. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feedback shared via one comment per package. Thank you @tiagobento
General comments:
@kie-tools-examples/dmn-editor-classic-on-webapp✅ Fixed @kie-tools-examples/dmn-editor-on-webapp✅ Fixed @kie-tools-examples/dmn-editor-on-webapp✅ Fixed @kie-tools-examples/dmn-editor-standalone-on-webapp🟡 Updated the port. Will investigate the failures. @kie-tools-examples/kie-sandbox-commit-message-validation-service✅ There are no build instructions necessary here.. Simply "pnpm start" suffices. @kie-tools-examples/micro-frontends-multiplying-architecture-base64png-editor✅ True. This is not runnable. Mentioned in the README. @kie-tools-examples/micro-frontends-multiplying-architecture-base64png-editor-chrome-extension✅ There are some in this repo! :) Or you can use the Base64 Editor VS Code Extension to create some based on PNG files. @kie-tools-examples/micro-frontends-multiplying-architecture-base64png-editor-on-webapp✅ Nothing done. kie-tools-examples-micro-frontends-multiplying-architecture-base64png-editor-vscode-extension✅ Not having the scope ( @kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-view✅ OK @kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-view-in-angular✅ This is not runnable. I made it clear on the README now. @kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-view-in-react✅ Same as above. @kie-tools-examples/micro-frontends-multiplying-architecture-ping-pong-views-on-webapp✅ OK @kie-tools-examples/micro-frontends-multiplying-architecture-todo-list-view🟡 Not sure I understand your feedback here... @kie-tools-examples/micro-frontends-multiplying-architecture-todo-list-view-on-webapp✅ OK kie-tools-examples-micro-frontends-multuplying-architecture-todo-list-view-vscode-extension✅ Please see the other VS Code extension example's comment from my end as they apply here too. @kie-tools-examples/process-compact-architecture✅ True... this is expected, and we need to upgrade the Kogito version of the repo. I'll do it soon in a separate PR. @kie-tools-examples/process-user-tasks-subsystem🟡 Weird... Will investigate. Thanks! @kie-tools-examples/serverless-workflow-editor-standalone-on-webapp✅ OK @kie-tools-examples/sonataflow-greeting✅ Out of scope of this PR. @kie-tools-examples/uniforms-patternfly✅ Out of scope of this PR. |
@kie-tools-examples/process-user-tasks-subsystem✅ Removed the test... The example compiles normally now. We currently don't have tests for our examples, but I guess if we want that, we need a new "examples-tests" top-level directory to host them. @kie-tools-examples/micro-frontends-multiplying-architecture-todo-list-view✅ As we discussed, this is ok. @kie-tools-examples/dmn-editor-standalone-on-webapp✅ Took me a while to read the comment, but I finally did:
I added a comment to the specific line pointing to the main comment:
Hope it's in good shape now @jomarko. Thanks! |
examples/micro-frontends-multiplying-architecture-todo-list-view-vscode-extension/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @tiagobento , two very minor comments before approval
In this PR I'm improving almost all examples to have a more descriptive README and package name. I also split the huge
webapp
example to make our builds faster, separating theserverless-workflow-editor-on-webapp
example be built as part ofpartition1.txt
.In this PR:
examples/webapp
into several different examples, to make our builds faster and to have the examples have less boilerplate code, allowing users to focus on the content that matters for each individual component usage inside webapps:examples/bpmn-editor-classic-on-webapp
examples/dmn-editor-classic-on-webapp
examples/dmn-editor-on-webapp
examples/dmn-editor-standalone-on-webapp
examples/micro-frontends-multiplying-architecture-base64png-editor-on-webapp
examples/micro-frontends-multiplying-architecture-ping-pong-views-on-webapp
examples/micro-frontends-multiplying-architecture-todo-list-view-on-webapp
examples/serverless-workflow-editor-standalone-on-webapp
examples/commit-message-validation-service
toexamples/kie-sandbox-commit-message-validation-service
examples/jbpm-compact-architecture-example
toexamples/process-compact-architecture
example/drools-process-usertasks-quarkus-example
toexamples/process-user-tasks-subsystem
examples/ping-pong*
andexamples/todo-list*
packages withmicro-frontends-multiplying-architecture
, to make it clear that those examples are related to Multiplying Architecture. The "Micro-frontends" part is to not have them be confused with Compact Architecture, which is a completely unrelated term used to signify the embedding of Data-Index, Jobs Service, and Data-Audit on Process applications.packages
andexamples
folder.I know this is quite a lot, but there's not much difference in content. I recommend checking out this branch and looking at each of the changed examples individually, they're all quite small and simple, so shouldn't be a big effort to do it.