MEP 2.4.0
Compare changes
Files
57| :triangular_flag_on_post: Give your MR the same name that the desired squash commit. In doubt, check the conventional commit [doc](https://www.conventionalcommits.org/en/v1.0.0/).|
| :warning: Keep an up to date checklist based on your icescrum tasks during all the draft phase of the MR to help any other developer who would take the job after you to finish it.|
@@ -27,39 +28,30 @@ More reading on checklists can be found in the "Checklist Manifesto": http://atu
@@ -27,39 +28,30 @@ More reading on checklists can be found in the "Checklist Manifesto": http://atu
"It is common to misconceive how checklists function in complex lines of work. They are not comprehensive how-to guides, whether for building a skyscraper or getting a plane out of trouble. They are quick and simple tools aimed to buttress the skills of expert professionals." - Gawande, Atul. The Checklist Manifesto
"It is common to misconceive how checklists function in complex lines of work. They are not comprehensive how-to guides, whether for building a skyscraper or getting a plane out of trouble. They are quick and simple tools aimed to buttress the skills of expert professionals." - Gawande, Atul. The Checklist Manifesto
### Quality [](https://sonarqube.forge.grandlyon.com/dashboard?id=web-et-numerique-factory-llle-project-backoffice-client) - [](https://sonarqube.forge.grandlyon.com/dashboard?id=web-et-numerique-factory-llle-project-backoffice-client)
### Quality [](https://sonarqube.forge.grandlyon.com/dashboard?id=web-et-numerique-llle-project-backoffice-client) - [](https://sonarqube.forge.grandlyon.com/dashboard?id=web-et-numerique-llle-project-backoffice-client)
- For the code that this change impacts, I believe that the **automated tests validate functionality** that is **highly important to users**. If the existing automated tests do not cover this functionality, I have **added the necessary additional tests** or I have added an issue to describe the automation testing gap and linked it to this MR.
1. For the code that this change impacts, I believe that the automated tests validate functionality that is highly important to users. If the existing automated tests do not cover this functionality, I have added the necessary additional tests or I have added an issue to describe the automation testing gap and linked it to this MR.
1. I have considered the impact of this change on the front-end, back-end, and database portions of the system where appropriate and applied.
1. I have confirmed that this change is backwards compatible across updates (migrate up needs a migrate down), or I have decided that this does not apply.
1. I am confident that this MR does not harm performance, or I have asked a reviewer to help assess the performance impact.
1. The MR is named after the desired squash commit to feed the changelog linked to the current milestone.
1. I have added/updated documentation (also updated if the changes feature a deprecation) or I have decided that documentation changes are not needed for this MR.
1. I have confirmed that if this MR does not contains any sensitive informations hidden in the changes.