Feature #32149
closedadd dynamic record collections
80%
Description
you might want not to select tca-records just strictly on selection, but on criteria dynamically.
Add dynamic record collections based on a filter system.
Therefore
- define a filter-language
- create a filter-service which can filter arrays upon this filter-language and create SQL Where statements for this
- create a Dynamic-Collection using the filter-service for creating a where clause for the records to be filled dynamically
Updated by Steffen Ritter almost 13 years ago
- Category set to Backend API
- Assignee set to Steffen Ritter
- % Done changed from 0 to 80
- PHP Version set to 5.3
- Complexity set to hard
Updated by Oliver Hader almost 13 years ago
- Target version changed from 4.7.0-alpha2 to 4.7.0-alpha3
Updated by Steffen Ritter almost 13 years ago
- Target version changed from 4.7.0-alpha3 to 4.7.0-beta1
Updated by Steffen Ritter almost 13 years ago
- Status changed from Accepted to On Hold
Updated by Steffen Ritter almost 13 years ago
- Target version deleted (
4.7.0-beta1)
Updated by Felix Kopp almost 13 years ago
I have been working on functionality to do such queries for an OLAP / drill-down extension for List Module.
Is there already prototype code in some way? I would like to join forces.
Updated by Steffen Ritter almost 13 years ago
Felix Kopp wrote:
I have been working on functionality to do such queries for an OLAP / drill-down extension for List Module.
Is there already prototype code in some way? I would like to join forces.
There already has been working code - i fact it has been finished and would have needed some polishing. Due to the dropping of ExtJS4 we do not have any interface anymore to define such filters...
But: we have a service creating sql querys for such json filter strings with 5 build-in filters taking care of the searchfield settings in tca
In addition there is an interface defined, so that everyone could extend the system by own filters.
The dynamic record collection so just retrieved a where clause from the filter service.
filters have been:
fulltext,
field,
relation
collection (so recursive usage and re-usage is possible)
as well as supported operator AND and OR
Updated by Steffen Ritter over 12 years ago
- Parent task deleted (
#32076) - TYPO3 Version changed from 4.7 to 6.0
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Christian Kuhn over 7 years ago
- Status changed from On Hold to Closed
it doesn't seem as if much is happening here. active work on the clipboard code can be done in fresh tickets if anyone picks that up.