diff --git a/README.md b/README.md index 83495b8..9fc2902 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # ∞infinito [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2448/badge)](https://bestpractices.coreinfrastructure.org/projects/2448) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2754e42b5db4404798c13d1cf871dac3)](https://app.codacy.com/app/KevinFrantz/infinito?utm_source=github.com&utm_medium=referral&utm_content=KevinFrantz/infinito&utm_campaign=Badge_Grade_Dashboard) -[![Build Status](https://travis-ci.org/KevinFrantz/infinito.svg?branch=master)](https://travis-ci.org/KevinFrantz/infinito) [![codecov](https://codecov.io/gh/KevinFrantz/infinito/branch/master/graph/badge.svg)](https://codecov.io/gh/KevinFrantz/infinito) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/KevinFrantz/infinito/blob/master/CODE_OF_CONDUCT.md) +[![Build Status](https://travis-ci.org/KevinFrantz/infinito.svg?branch=master)](https://travis-ci.org/KevinFrantz/infinito) [![codecov](https://codecov.io/gh/KevinFrantz/infinito/branch/master/graph/badge.svg)](https://codecov.io/gh/KevinFrantz/infinito) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/KevinFrantz/infinito/blob/master/CODE_OF_CONDUCT.md) [![Release](https://img.shields.io/badge/Release-Pre--Alpha--Release-red.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle) + ## Idea This software should offer a cloud based application\\framework for GUI and REST based development and data management. diff --git a/application/symfony/src/Domain/README.md b/application/symfony/src/Domain/README.md index e256a6e..540a443 100644 --- a/application/symfony/src/Domain/README.md +++ b/application/symfony/src/Domain/README.md @@ -3,9 +3,9 @@ This folder contains the [domain logic](https://en.wikipedia.org/wiki/Business_l ## Conventions ### Services -Classes which are optimized to be injected as a service MUST end on the suffix ** *Service.php**. +Classes which are optimized to be injected as a service MUST end on the suffix **Service.php**. ## Folders -A folder MUST end on the suffix ** *Management ** to show that it has the purpose to manage something. +A folder MUST end on the suffix **Management.php** to show that it has the purpose to manage something. # Domain Overview