Project

General

Profile

Feature #2681

Updated by Bernhard Koschiček-Krombholz about 1 month ago

For #2300 we need to add more column options for sorting asc/desc. 

 The following columns are allowed in the table: 

 |{background:#afa}. All done and working | 
 |{background:#d5de3e}. Need opinion | 
 |{background:#dead3e}. Need review/additional work | 
 |{background:#ddd}. Not needed to filter in my opinion| 

 table{background:#afa}. 
 |_. table_columns |_. Notes / Errors | 
 |{background:#ddd}. 'activity' |{background:#ddd}. Not needed, since it is only for user | 
 |{background:#dead3e}. 'begin'      |{background:#dead3e}. Done, but filter works not as expected | 
 |{background:#dead3e}. 'checkbox' |{background:#dead3e}. I would say, this has to be made by the table itself, not the API | 
 | 'class'      | Done (also available under 'system_class') | 
 | 'created'    | Done | 
 | 'creator'    | Done | 
 | 'content' / 'description' | Done | 
 |{background:#ddd}. 'count'      |{background:#ddd}. Works, but is currently not triggered by the API call. Find use case except Ext. Reference System | 
 |{background:#ddd}. 'default_precision' |{background:#ddd}. -Done- Possible but not relevant (see comment) | 
 |{background:#dead3e}. 'end'        |{background:#dead3e}. Done, but filter works not as expected | 
 |{background:#ddd}. 'example_id' |{background:#ddd}. Not relevant (see comment) | 
 | 'extension' | Done | 
 |{background:#ddd}. 'external_reference_match' |{background:#ddd}. Find use case | 
 | 'icon' | Done | 
 | 'license holder' | Done | 
 |{background:#ddd}. 'main image' |{background:#ddd}. Does not need a filter | 
 | 'name' | Done | 
 |{background:#ddd}. 'page' |{background:#ddd}. Needs a link | 
 |{background:#ddd}. 'overlay' |{background:#ddd}. Does not need a filter | 
 | 'public' | Done | 
 |{background:#ddd}. 'range' |{background:#ddd}. Ignore it for now | 
 |{background:#ddd}. 'remove' |{background:#ddd}. Does not need a filter | 
 |{background:#ddd}. 'set logo' |{background:#ddd}. Does not need a filter | 
 |{background:#dead3e}. 'size' |{background:#dead3e}. Done, but since it is a string, it is not good. Needs rework. | 
 | 'type' / 'license' | Done | 
 |{background:#ddd}.'type_link' |{background:#ddd}. Need to handle links first (is for actors) | 
 |{background:#ddd}. 'update' |{background:#ddd}. Does not need a filter | 
 |{background:#ddd}. 'resolver_url' / 'website_url' |{background:#ddd}. Not relevant (see comment) | 
 |{background:#ddd}. 'value' |{background:#ddd}. Needs a link | 


 *Todo* 
 * Add multiple sort keys 
 

Back