fantonangeli commented on code in PR #2532:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2532#discussion_r1726576372


##########
packages/sonataflow-mock-server/README.md:
##########
@@ -0,0 +1,11 @@
+# SonataFlow Mock Server
+
+### Description
+
+The SonataFlow Mock Server provides the SonataFlow GraphQL and OpenAPI 
endpoints.
+
+### Usage
+
+To run the development server, use the following command:
+
+`pnpm start`

Review Comment:
   This package evolved from the dev server used in 
`serverless-workflow-dev-ui-webapp`. 
   While I agree that a working Quarkus app might be easier to maintain, the 
mock server provides some features. It comes pre-loaded with some workflow 
instances, including one with an error to facilitate testing. 
   It includes some minor functionalities like delays for testing loading 
states, which should be replicable using Chrome Dev Tools' network throttling.
   
   If we decide to transition to a Quarkus app, I suggest addressing it in a 
separate issue, not to block this PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to