-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fixes/presales #91
base: main
Are you sure you want to change the base?
Fixes/presales #91
Conversation
…f type "CustomerCreated"
…ow the template to be reused more often without adaptions
|
… creation, therefore making it more anonymous from a naming perspective
Please do not merge yet. Thanks 🙏🏻 |
@ruidias-commercetools is there anything I can do to move this PR forward? |
Hey @phofmann . We have @dario-commercetools working on this. Expect news from him on Monday. Thanks for the wait. |
Cool, thank you |
Description and context
We are using the template in presales a lot to show how easy it is to build events using connect. What we need to do so is a rapid development roundtrip. We achieve this by writing tests using them to e.g. trigger a customer created message.
Type of change
Brief description of the solution
IDEs like idea allow you to run tests right from within the IDE, taking away the pain of doing things e.g. via postman. On top the message payload is also versioned within git. On top, a lot of clients will use the template to build other subscriptions than customerCreated, so I renamed the code references.