montessori-ressources / web

Montessori Ressources full stack webapp based on PHP Symfony
MIT License
2 stars 0 forks source link

Feature/quality flags #79

Closed StaudenmannM closed 4 years ago

StaudenmannM commented 4 years ago

Add quality flags for description and description with gaps. no flag for label and images because they are mandatory data for all cards.

julbrs commented 4 years ago

This one will fix #42

julbrs commented 4 years ago

The same as Travis I have an issue with the command bin/console doctrine:migrations:migrate on the postUp method: maybe we can get rid of Migration files at all ?

Hum and doctrine:schema:update doesn't work also

How have you fix the database on your local environment ? drop all ?

StaudenmannM commented 4 years ago

Oops, I forgot to remove my tests and add data in the fixture... Running bin/console doctrine:migrations:migrate should be ok to add missing columns and data. Data fixed, please try again :)

julbrs commented 4 years ago

Following my review I have added one commit can you check it ?

If it's ok you can merge ! Thanks !