-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapping search: filter by annotation #605
Comments
It would be nice to also have a filter whether the total rating of a mapping is positive or negative (see #666). |
This requires some changes in jskos-server (if we want the total rating) and I would also deal with #671 first, so I'm moving this to the next milestone. |
This is now pretty much done from my point of view and it works well locally as well as with the Dev Registry in Cocoda Dev. To work with the main registry, we need a release of JSKOS Server. I will do some more testing before closing this. |
@nichtich Currently we have all available options that JSKOS Server offers in the interface. That is:
There was already some confusion because the filter is called "assessment", so the differentiation between "none" and "not assessed" was not clear. However, I would like to avoid too technical terms in the interface. I'm personally not sure whether "any" is even needed. My suggestion would be to remove "any", and rename "none" to "neither assessed nor confirmed" and move it to the bottom of the list. What do you think? |
In general I agree but I am not sure about the position, how do you clear the filter? |
It works exactly like any of the other filters (mapping type, cardinality, concordance). I didn't change anything about how search filters work in general. So I'm not sure what you mean. (You clear the filter either by selecting "-" as an option or clicking the "Clear" button.) Improvements to the search filters in general will come later in #671. This issue is only about this particular filter. |
ok, implement as proposed without "any". |
Support searching for annotated mappings. This is already supported by JSKOS server (
annotatedFor
andannotatedWith
)The text was updated successfully, but these errors were encountered: