Skip to content

martin-call-learning/call_crm

Repository files navigation

CALL CRM

PHPUnit Tests

Set up the database

php bin/console doctrine:database:drop --force

php bin/console doctrine:schema:create

Set up the test database

# Create the test database.
php bin/console --env=test doctrine:database:create

# Create the tables/columns in the test database
php bin/console --env=test doctrine:schema:create

composer require --dev dama/doctrine-test-bundle

Connect to database

sqlite3 var/data/data.db

If manifest.json is missing

Just run :

npm install
npm run dev

Bugs & Todos

  1. Todo : Find a way to make the symfony console work with make:registration-form command in order to develop registration system
  2. Bug : The findNotDeleted method returns good values but it's not working with forms

    Check src/Controller/Admin/AbstractCrudEntityController::createIndexQueryBuilder and the association fields in configureFields method in FunderController, FormationAction, etc...)

  3. Créer champs personnalisés DateIntervalField et ListEntityField
  4. Trouver la cause du problème des redirections

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published