-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from ExposuresProvider/improve-cam-frontend
This PR implements a number of improvements to the CAM-KP Frontend: - Reversed predicates should now be removed: any "reversed" predicate is reversed during loading, and duplicate predicates are removed. - Added support for filtering search by model URL, allowing you to select a particular kind of model (e.g. CTD). - We now AND subject-or-object searches instead of OR-ing them. - Improved display of search results (which still don't make a heck of a lot of sense, but are better than they were previously). - The "Edges" table can now be exported as a CSV file. - The "Edges" table now defaults to a minimum display, but additional information (such as description, information content and equivalent identifiers) can be toggled on if needed. - Added a "Relationships" table showing all edges from one CURIE to another. - Improved displayed messages, such as when no model has been loaded and "Download in progress" messages. - Updated query to Neo4J 5 (which requires `properties(edge)` to get the properties for an edge). - Software code improvements, such as getting rid of the ListCAMs component and merging its contents into SearchCAMs and improved DisplayCAM organization. - Added a shared method for mapping a URL to a CURIE.
- Loading branch information
Showing
8 changed files
with
5,201 additions
and
4,402 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.