Fetching List Filter Functionality #519
Labels
feature
A new feature
high priority
This must be done
usability improvement
usability improvement
User Interface
Issue related to the User Interface
Milestone
Reason (Why?)
Currently, the fetching list displays a predefined query. The resulting list is static and there is no possibility for the user to filter or sort it.
Solution (What?)
Add a sorting and a filter functionality to the fetching list. Both depend on the type crawled by the query, which is given to the fetching list.
The sorting functionality lets the user choose from:
The filter functionality is a bit more complicated. It aggregates all foreign identifies from the result set, chooses e.g. the top 100 and queries these QIDs. This result is displayed in badges at the top of the fetching list and when a badge is clicked, it gets added to the query as an additional qualifier (must match). The list of filters should be hidden by default (like the more tab)
Out of scope
Anything that is out of scope and shall not be implemented
Relation to other Issues
This could be used in #507
Acceptance criteria
Sorting and filter functionalities are added to the fetching list
The text was updated successfully, but these errors were encountered: