-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add search gui, node labels, and status filtering (#194)
* Search form and results page in webapp - Initial search results page, needs tests. - Removed original search form and replaced with one that uses GET. All filters/searches use GET so that the URL can be bookmarked - Includes filters for status, date, and agent * Add node labels, add support for status filter on all data views - use search index to create meaningful node labels - refactored graph model to support new labels - add label to top of resource summary page - add ability to filter by status on all views (incomplete) - this is to resolve a problem where you can only see active statements on Resource Summary, but in future could be used to toggle agent filters and other things on Resource view. * GUI changes to support status filter back end was already configured, this adds a checkbox to toggle status on and off, and shows messages/tooltips to prompt people to show inactive. * Added more webapp search gui tests, improved existing tests Added basic tests for new search and label functionality. For existing tests, shifted them to depend on mocks rather than embedded solr, where possible. Rearranged and improved TestUtils.
- Loading branch information
1 parent
f1c7cd1
commit b5c871c
Showing
57 changed files
with
4,098 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.