Feature #2478
closedAPI: Format for tables
Description
Since the existing formats are quite cumbersome and overloaded with data, they are not very comfortable and has also a bad performance.
So for just simple representation of data (tables, overviews, maps, etc.) a smaller format would be useful.
todo:
- add parameter
checked=[<id>,<id>,<id>,...]✅@aliase=<bool>
- add alias just as
\n <alias> \n <alias>✅
Updated by Bernhard Koschiček-Krombholz 10 months ago
- Assignee deleted (
Bernhard Koschiček-Krombholz) - Target version changed from 8.12.0 to 8.15.0
Updated by Bernhard Koschiček-Krombholz 6 months ago
- Target version changed from 8.15.0 to 9.3.0
Updated by Bernhard Koschiček-Krombholz about 1 month ago
- Subject changed from API: Extra format for table views / overviews to API: Format for tables
- Status changed from Acknowledged to In Progress
- Assignee set to Bernhard Koschiček-Krombholz
- Target version changed from 9.3.0 to 9.1.0
Updated by Bernhard Koschiček-Krombholz about 1 month ago
- Related to Feature #2300: Load form tables dynamically added
Updated by Bernhard Koschiček-Krombholz about 1 month ago
- Target version changed from 9.1.0 to 9.2.0
Updated by Bernhard Koschiček-Krombholz about 1 month ago
Add a parameter: checked=[<id>,<id>,<id>,...] to signal if an entity is checked.
Updated by Bernhard Koschiček-Krombholz about 1 month ago
- Description updated (diff)
Updated by Bernhard Koschiček-Krombholz about 1 month ago
- Related to Feature #2681: API: Additional columns for sorting added
Updated by Bernhard Koschiček-Krombholz about 1 month ago
- Description updated (diff)
If called from an authenticated user, alias will be displayed corresponding to the user settings. If it comes from an external source, then it will be not be available. This code is way too deep in Mines of Moria.
Updated by Bernhard Koschiček-Krombholz 29 days ago
- Description updated (diff)
- Status changed from In Progress to Closed
- Target version changed from 9.2.0 to 9.0.0
I will close this issue, because everything which is currently needed is in new_classes branch and tested. It can be, that new functionality will be added until the release, then I will update this ticket.
Updated by Bernhard Koschiček-Krombholz 29 days ago
- Related to Feature #2657: API: 4.11.0 added