We have the following proces: The work for our development team is defined in user stories, for each user story we create a feature branch. Once the development for the user story is done, the user story will be set to ‘ready for review’ and a different developer will review the code changes in the feature branch. This works fine for code, but in most user stories the model is also modified and we want to include that in our review.
The challenge is that it is not always clear what exactly in the model is changed. I know there are different ways to get all modified objects of a branch (Model rights - new objects, Difference analysis, Prepare merge and look at impact), but none seems targeted on the review proces.
So I am wondering, how does your development team review model changes?
Is there a Thinkwise best practise?