PloneFormGen Action Adapter: store, show/search, edit, csv-export, based on souper.soup
Project description
Soup Storage for PloneFormGen Form Data
This PloneFormGen Storage Adapter saves and index form-data in so called soup. A soup is an unstructured flat storage containing records with attributes (form-data). Attributes are indexed in an repoze.catalog. Thus complex queries on the data are possible.
It ships with an full-featured table view based on jquery.datatables. Datatables server-side processing enables to have large datasets processed. It provides a search over all columns and by single columns. Each column can be sorted.
Additional to the form data userid and timestamp of creations is logged.
A row can be edited. After save modification-timestamp, userid and changed fields are logged.
CSV-Export of all data is possible, including creators userid, creation- and last-modified-timestamp if selected.
Installation
Just depend in your buildout on the egg collective.pfg.soup. ZCML is loaded automagically with z3c.autoinclude.
Install it as an addon in Plone control-panel or portal_setup.
This package is written for Plone 4.2 or later.
Source Code and Contributions
If you want to help with the development (improvement, update, bug-fixing, …) of collective.pfg.soup this is a great idea!
The code is located in the github collective.
You can clone it or get access to the github-collective and work directly on the project.
Maintainer is Jens Klein and the BlueDynamics Alliance developer team. We appreciate any contribution and if a release is needed to be done on pypi, please just contact one of us dev@bluedynamics dot com
Contributors
Jens W. Klein <jens@bluedynamics.com>
License GPL 2
Todos
only indexed fields are sortable - reflect this in UI
create indexadapters for all fields
History
1.0-beta3
option to make it possible to edit own data again (logged in users) [jensens, 2013-02-24]
1.0-beta2
bugfix: subscriber raised AttributeError: get_soup [jensens, 2012-09-07]
1.0-beta
make it work [jensens, 2012-07-03]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for collective.pfg.soup-1.0-beta3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d5801a2aba8012e7023a1a5fee9eac56cfe79c75e2402a1b7c0f09c4593521c |
|
MD5 | d5d30691c0a593207b22f37cfb27504e |
|
BLAKE2b-256 | 69424d0ed16f21ed199fb555a29f0edc602bb9ef45db510d2cddce749faed242 |