Skip to content

Commit

Permalink
Added CI/CD and our developing scheme to Cross cutting concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFN2 committed Apr 26, 2024
1 parent f85bfc6 commit e14d981
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/08_concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ image::08-Crosscutting-Concepts-Structure-EN.png["Possible topics for crosscutti
See https://docs.arc42.org/section-8/[Concepts] in the arc42 documentation.
****

=== _Continuous integration and development_

Our way of working with github is having one developing branch towards which all pull requests are done
and have to be reviewed by at least one team member.
Sonar Cloud is set up so we know the testing coverage and whether we pass the quality gate with every pull request.
Once there is enough change in the develop branch with respect to the main one and it has enough quality we can
merge them and make a release.


=== _Microservice based system_

Different business functionallities will be developed in different independent services.
Expand Down

0 comments on commit e14d981

Please sign in to comment.