Scenario -
I have a team of 4 consultants. (i,e. Team members are C1, C2, C3, C4)
C1 is working on one functionality which involves Entity E1.
C2 is working on another functionality which involves Entity E1 and Entity E2.
C3 is implementing their functionality with Entity E1 and E3.
C4 is independently implementing the feature that involves Entity E4.
Now here is my Release Plan -
Release #1 will be for E1
Release #2 will be for E1, E2 and E4
Release #3 will be for E1, E2 and E3
Problem -
Since I am managing all changes in single solution and all the customizations and changes are there only. So at the time of any release, other entities will be half cooked but I will have to export the solution as whole to import in the target environment. For example On Release #1, Only E1 is Expected to go in published but E2, E3 and E4 too will go together though they are complete.
Questions -
- Do we have any mechanism so that we can stop not required to move into export?
- Is this the correct approach which we are following?
- Any standard approach to work in this scenario?
- Any pointer to solution Management will be of great help?
I assume I have explained the scenario properly, Please let me know if you need any further clarification on this.
Thanks in advance
Atul Sharma
*This post is locked for comments