This is a package that contains custom data type that allows to monitor enrichment progress of objects.
It calculates the progress based on mandatory fields and displays it on top of the object editor:
and in the grid:
Table of Contents
Pimcore 5.5 and higher.
composer require divante-ltd/pimcore-enrichment-progress
Enable the Bundle:
./bin/console pimcore:bundle:enable DivanteEnrichmentProgressBundle
After those steps, you should find a new data type called "Enrichment Progress" in the classes editor under Other section.
Unit Tests:
PIMCORE_TEST_DB_DSN="mysql://username:password@localhost/pimcore_test" \
vendor/bin/phpunit
Functional Tests:
PIMCORE_TEST_DB_DSN="mysql://username:password@localhost/pimcore_test" \
vendor/bin/codecept run -c tests/codeception.dist.yml
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.