-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integration of Connector and Events Lib #53
Comments
hi @DomiKoch. I updated the demo and added the 1.0.0 tag. |
Hi @Mhera17 , external developers should be able to identify the build version inside the code. For Example: This is a demo app release: 1.0.0 In the future we maybe will update the connector to 1.0.1. These changes will not be integrated all the time in the demo app. But when we update connector/and or Eventslib with new features and or products, we maybe want to update the demo app as well. For example Connector 1.4.0 is a new feature which we want to integrate in demo app as well. Then it would be: Connector Script 1.4.0 Demo App: 1.1.0 (only an example) But we think it is necessary, that a developer can look insight the code and see, which version of connector and eventslib is integrated. First thought on our side was to name the scriptwith version, but then of course the code need to be adapted to the naming. Maybe you have other ideas. Greetings |
Hi @Mhera17 , we want to be transparent to a develeoper using demo app as blueprint for a plugin development which versions of connector/eventsLib is being used. What would you from a developer perspective like to see/expect? |
Hi @eburck @DomiKoch . |
HI @eburck , could you look into this topic on monday? Greetings |
Description
Hi @Mhera17 ,
in the past you changed the integrated build of the connector and eventslib.
#22
With our repositories https://github.com/trustedshops-public/connect-app-eventslib and https://github.com/trustedshops-public/connect-app-connector now publicly available, we changed our deployment to release packages with versioning.
We want to adapt this in our NewGen Demo App.
Aim:
1a. Integrate the build of eventslib and connector directly from the release package
1b. we need to find a method to identify the version of build implemented in demo app (Do you have any idea where to put this information?)
2. Create a release package of demo app (version 1.0.0)
Keep in mind:
In future we want/you need to manually create a new version of the demo app, when there are breaking changes in Connector Layer or Eventslib. External developer need to comprehend the used build and changes
Greetings
References
No response
The text was updated successfully, but these errors were encountered: