Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T07:54:45.000Z (3 days ago)
- Last Synced: 2024-12-20T08:32:22.972Z (3 days ago)
- Topics: ezplatform, ezpublish, information-collection, php
- Language: PHP
- Homepage: https://netgen.io
- Size: 2.64 MB
- Stars: 19
- Watchers: 9
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://img.shields.io/travis/netgen/NetgenInformationCollectionBundle.svg?style=flat-square)](https://travis-ci.com/netgen/NetgenInformationCollectionBundle)
[![Code Coverage](https://img.shields.io/codecov/c/github/netgen/NetgenInformationCollectionBundle.svg?style=flat-square)](https://codecov.io/gh/netgen/NetgenInformationCollectionBundle)
[![Quality Score](https://img.shields.io/scrutinizer/g/netgen/NetgenInformationCollectionBundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/netgen/NetgenInformationCollectionBundle)
[![Downloads](https://img.shields.io/packagist/dt/netgen/information-collection-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/information-collection-bundle/stats)
[![Latest stable](https://img.shields.io/packagist/v/netgen/information-collection-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/information-collection-bundle)
[![License](https://img.shields.io/packagist/l/netgen/information-collection-bundle.svg?style=flat-square)](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/#)