Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
/ swe-webapp Public archive

swe-thirema // Componente web per la visualizzazione dei dati

License

Notifications You must be signed in to change notification settings

RedRoundRobin/swe-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedRounRobinLogo

Web application - ThiReMa

🔥 Versione componente: v1.0.0-stable

📌 Main repo: swe-thirema


Quality Gate Status

SWE Web App CI

Repository Checker

Coverage Status

Installazione e primo avvio

  1. composer update
  2. npm install
  3. npm run dev
  4. php artisan serve

In caso di corruzione JS 🔥

npm install --package-lock

Comandi per il code style JS 🔥

  • Check:

npm run prettier-eslint-check npm run prettier-eslint-test-check

  • Autofix:

npm run prettier-eslint npm run prettier-eslint-test

Comandi per i test JS

npm test

Comandi per il code style PHP

  • Check:

vendor/bin/phpcs -s vendor/bin/php-cs-fixer fix --config=.php_cs.php --dry-run -vvv

  • Autofix:

vendor/bin/phpcbf -n vendor/bin/php-cs-fixer fix --config=.php_cs.php --diff -vvv

Comandi per i test PHP

vendor/bin/phpunit -c phpunit.xml