Skip to content
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

Mark mapped concepts with inference #710

Open
nichtich opened this issue Apr 28, 2023 · 2 comments
Open

Mark mapped concepts with inference #710

nichtich opened this issue Apr 28, 2023 · 2 comments
Labels
feature:inference feature Additional functionality
Milestone

Comments

@nichtich
Copy link
Member

nichtich commented Apr 28, 2023

By now mapped concepts can be marked but any mapping with show the concept as mapped. Alternatively mark concepts only if a target concept can be inferred. Do do so query the /mappings/infer endpoint for resulting mappings with type exactMatch and narrowMatch only (and possibly strict=1).

We could extend the configuration options:

  • mark mapped concepts (current option)
  • mark inferred mappings (use /infer endpoint instead of normal mappings search)
  • mark selectd mapping types only (exactMatch|narrowMatch)

or an easier selection:

  • mark mapped concepts: no|any|inferrable

Plenty options exist to search mappings (see extended mapping search interface), these could all be supported by marking of mappings, but the easier solution should be enough to start with.

@nichtich nichtich added the feature Additional functionality label Apr 28, 2023
@stefandesu
Copy link
Member

Related: #612

@nichtich
Copy link
Member Author

There is also issue #512 to use infer endpoint in MappingNavigator. It's a different use case but the configuration should be similar. A simple variant could be this:

In the concept tree settings add two settings:

  • mark only exact/narrow match
  • include inferred mappings

Same could be in the MappingNavigator settings, but people likely want different values of the settings in both views.

@nichtich nichtich added this to the 1.11.0 milestone Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:inference feature Additional functionality
Projects
None yet
Development

No branches or pull requests

2 participants