divante-ltd/pimcore-enrichment-progress
Composer 安装命令:
composer require divante-ltd/pimcore-enrichment-progress
包简介
README 文档
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:
and in the 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.
统计信息
- 总下载量: 688
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-05-21

