Example of application splitting in Folio.
Let's say we need to split 5 modules into 2 new applications:
...
On the source application repo create separate branch(e.g. branch_a) remove modules references from <appName>.template.json. and README.md. Create a pull request.
On the destination application repo create separate branch(e.g. branch_b) and add new modules and it`s dependencies in the <appName>.template.json. Also add information about modules in README.md. Create a pull request.
Create task on Kitfox team and provide information about created pull requests additional information.
(Kitfox team) In the pipeline repo create a branch_c. Change Constants.groovyby editing (adding in case of new apps) sections of all 4 applications: change branch of source application to branch_a and branch of destination application to branch_b. Do not forget to provide correct dependency from the application documentation.
...