What should we put in the base code? #40
Replies: 3 comments 2 replies
-
@vermegi I see your comments on some of the PRs, what's your suggestions on this topic? |
Beta Was this translation helpful? Give feedback.
-
in some 'core' scenarios, new branches might be an option |
Beta Was this translation helpful? Give feedback.
-
What we could do is, branches for:
I think those are the 3 main scenario's that have code changes. We could then also build container images with the same tag off of each of these branches and put them in the mcr repo to be consumed by the azd/automation lab. What do you think of this idea? |
Beta Was this translation helpful? Give feedback.
-
First, the engineers can follow the steps to finish the lab step by step, and there might be some incremental changes during the labs.
For example, when we import the service bus for messaging, in the step by step guide, we add a dependency to the pom.xml in the sample project, sample pr link
And also we want to offer an automatic azd template for the entire solution, so we should have everything ready in the base code.
In my mind, we should merge the final code into the solution, in the step by step guide, we tell them to check the related dependencies are in the feature related pom files.
In this way,
Beta Was this translation helpful? Give feedback.
All reactions