basilicom / pimcore-data-quality-bundle

GNU General Public License v3.0
13 stars 8 forks source link

Data Quality Bundle for Pimcore

Depending on user-configurable weighted rules (data quality configuration objects) one- or multiple quality values are computed and stored in data objects.


Version

Bundle Version PHP Pimcore
< 2.0 ^7.3 ^6.0
>= 2.0 ^8.0 ^10.0
>= 3.0 ^8.0 ^11.0

Installation

  1. Require the bundle using composer require basilicom/pimcore-data-quality-bundle
  2. Enable the bundle bin/console pimcore:bundle:enable DataQualityBundle
  3. Install the bundle bin/console pimcore:bundle:install DataQualityBundle

Configuration

Add field to object class

Add new DataQualityConfig

Rules

Multilanguage Fields

Object Bricks

Layout Component Data Quality (Optional)

Data Quality calculation is updated

Grid View


Authors:

License: GPL v3, see LICENSE