https://github.com/netgen/netgeninformationcollectionbundle
Information collection alike feature for eZ Publish 5/eZ Platform
https://github.com/netgen/netgeninformationcollectionbundle
ezplatform ezpublish information-collection php
Last synced: about 1 year ago
JSON representation
Information collection alike feature for eZ Publish 5/eZ Platform
- Host: GitHub
- URL: https://github.com/netgen/netgeninformationcollectionbundle
- Owner: netgen
- License: gpl-2.0
- Created: 2016-11-06T17:52:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T07:54:45.000Z (over 1 year ago)
- Last Synced: 2025-03-31T10:09:31.210Z (about 1 year ago)
- Topics: ezplatform, ezpublish, information-collection, php
- Language: PHP
- Homepage: https://netgen.io
- Size: 2.64 MB
- Stars: 19
- Watchers: 8
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/netgen/NetgenInformationCollectionBundle)
[](https://codecov.io/gh/netgen/NetgenInformationCollectionBundle)
[](https://scrutinizer-ci.com/g/netgen/NetgenInformationCollectionBundle)
[](https://packagist.org/packages/netgen/information-collection-bundle/stats)
[](https://packagist.org/packages/netgen/information-collection-bundle)
[](LICENSE)
The information collection feature makes it possible to gather user input when a node referencing an information collector object is viewed.
It is typically useful when it comes to the creation of feedback forms, polls, etc.
An object can collect information if at least one of the class attributes is marked as an information collector.
When the object is viewed, each collector attribute will be displayed using the chosen datatype's data collector template.
Instead of just outputting the attributes' contents, the collector templates provide interfaces for data input.
The generated input interface depends on the datatype that represents the attribute. ( From eZ [documentation](https://doc.ez.no/eZ-Publish/Technical-manual/3.9/Concepts-and-basics/Content-management/Information-collection)).
This bundle reimplements information collection feature in eZ Platform/Ibexa stack.
License, docs and installation instructions
-------------------------------------------
[License](LICENSE)
[Installation instructions](https://docs.netgen.io/projects/info-collection/en/latest/#)
[Upgrade instructions](https://docs.netgen.io/projects/info-collection/en/latest/#)
[Documentation](https://docs.netgen.io/projects/info-collection/en/latest/#)
[Changelog](https://docs.netgen.io/projects/info-collection/en/latest/#)