From 9820ea391ce9448dc0e84c52195191827711fc7a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 24 Apr 2024 04:21:22 +0200 Subject: [PATCH] Update 01_Development.md Signed-off-by: Dennis Eichhorn --- Processes/01_Development.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Processes/01_Development.md b/Processes/01_Development.md index 1d17d6e..e9f02c7 100644 --- a/Processes/01_Development.md +++ b/Processes/01_Development.md @@ -124,18 +124,20 @@ sudo -u www-data php -dxdebug.remote_enable=1 -dxdebug.start_with_request=yes -d quadrantChart; x-axis Low Level --> High Level; y-axis Low Importance --> High Importance; - PHPStan: [0.1, 0.5]; - PHPCS/Fixer: [0.1, 0.1]; - PHPCBF: [0.12, 0.05]; - Rector: [0.01, 0.1]; - eslint: [0.1, 0.01]; + PHPStan: [0.2, 0.5]; + *UI tests: [0.8, 0.05]; + PHPCS/CBF/Fixer/Rector/eslint: [0.1, 0.1]; PHPUnit: [0.5, 0.75]; - cOMS/tests.sh: [0.4, 0.1]; - Jasmine: [0.5, 0.5]; - Selenium: [0.9, 0.9]; - Sitespeed: [0.75, 0.25]; + cOMS/tests.sh: [0.2, 0.2]; + Jasmine: [0.3, 0.5]; + *Selenium: [0.9, 0.9]; + *Sitespeed: [0.75, 0.25]; + *Demo: [0.95, 0.95]; + *Other: [0.05, 0.05]; ``` +\* Optional and/or manual + #### Documentation Occasionally new code or code changes also require new documentation or documentation changes. Developers should make sure that the new code is also reflected in the existing documentation ([Developer-Guide](), [User-Guide]() and/or module documentation) or if additional documentation is necessary.