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 sorting. So a lot of these columns are allowed in the table: need to be covered (has to be cleaned up): 

 |_. table_columns |_. Notes / Errors | 
 | 'activity' | Not needed, since it is only for user AttributeError: 'Entity' object has no attribute 'property' | 
 | 'begin'      | Done    | 
 | 'checkbox' | I would say, this has to be made by Gives the table itself, correct input form, but "checked" will not the API be selected | 
 | 'class'      | Done (it is called system_class)    | 
 | 'created' |    | Done | 
 | 'creator' |    | Done | 
 | 'content' / 'description' | Done    | 
 | 'count'      | Works, but it has no use from the API point of view currently 0 because e.count is not filled | 
 | 'domain'     | What should happen? I now filter for entity name, please comment! | 
 | 'default_precision' | -Done- Possible but not relevant (see comment)    | 
 | 'end'        | Done    | 
 | 'example_id' | Not relevant (see comment) AttributeError: 'Entity' object has no attribute 'example_id' | 
 | 'extension' | Done    | 
 | 'external_reference_match' | Find use case AttributeError: 'NoneType' object has no attribute 'resolver_url' (No origin) | 
 | 'first' | AttributeError: 'NoneType' object has no attribute 'dates' (need links) | 
 | 'icon' | Done    | 
 | 'involvement' / 'function' / 'relation' | Need to handle links first AttributeError: 'Entity' object has no attribute 'type' (needs links) | 
 | 'last' | AttributeError: 'NoneType' object has no attribute 'dates' (need links) | 
 | 'license holder' | Done    | 
 | 'main image' | Does not need a filter 'NoneType' object has no attribute 'image_id' (needs origin) | 
 | 'name' | Done    | 
 | 'page' | Needs needs a link | 
 | 'overlay' 'precision' | Does not need needs a filter link | 
 | 'public' 'profile' | Done needs a link | 
 | 'range' 'overlay' | Needs a link needs origin_id | 
 | 'public' |    | 
 | 'remove' | Does not need a filter AttributeError: 'NoneType' object has no attribute 'root' | 
 | 'set logo' | Does not need returns the link but naturally with a filter wrong id | 
 | 'size' | Done, but since it is a string, it is not good. Needs rework    | 
 | 'type' / 'license' | Done    | 
 | 'update' | Does not need a filter link | 
 | 'resolver_url' / 'website_url' | Not relevant (see comment) Reference systems need to be initialized with more data | 
 | 'value' | Needs a need link | 

 

Back