Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.34 KB

readme.md

File metadata and controls

52 lines (38 loc) · 1.34 KB

Enrichment Progress

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:

editor

and in the grid:

grid

Table of Contents

Compatibility

Pimcore 5.5 and higher.

Installation

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.

Testing

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

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.