divante-ltd/pimcore-enrichment-progress

1.0.1 2022-04-01 07:38 UTC

This package is auto-updated.

Last update: 2024-03-29 04:26:41 UTC


README

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.