Ticket #256 (closed Enhancement: fixed)
GUI: Sort associations by type in details panel
Reported by: | JuergeN | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.1 |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.11 |
Keywords: | Cc: | dgf, Malte, joern, tsc | |
Complexity: | 3 | Area: | GUI / Usability |
Module: |
Description
Sorting associations by type in details panel (with headline to indicate the type) would be a very good enhancement.
Change History
comment:1 Changed 12 years ago by jri
- Owner set to jri
- Cc dgf, Malte, joern, tsc added
- Status changed from new to accepted
- Milestone set to Release 4.1
comment:2 Changed 12 years ago by Jörg Richter
- Status changed from accepted to closed
- Resolution set to fixed
Webclient: group associations by type (#256).
Regarding the detail panel's "Associations" listing of the selected topic/association:
the list of topics is grouped by association type, using the association type names as group headers.
Furthermore in Core:
- Service call getTopics(String typeUri, ...) returns ResultSet?<RelatedTopic?> (formerly ResultSet?<Topic>)
- DeepaMehtaUtils?.toTopicSet() is dropped
Close ticket 256.
Note: See
TracTickets for help on using
tickets.