Skip to content

Show how a tool dependency is used. #186

@tschaffter

Description

@tschaffter

The information page of the app shows the individual tools used by the PHI Deidentifier (e.g. person name annotator, date annotator). The table shows the type of the tool, e.g. nlpsandbox:date-annotator. When we created the web app, tools were doing a single operation like date annotation. Since then, the NLP Sandbox added the tool type nlpsandbox:phi-annotator, which implements several operations. The issue is that when using nlpsandbox:phi-annotator tools as dependency, the table no longer provide information on which operation we use them for.

image

A solution would be to add an extra column that shows the type of operation the tool is used for. This is not the same thing as the existing column "Type", which provides the NLP Sandbox tool type, which may implement multiple operation. So we could have:

  • Type => Tool Type
    • => Operation Type

Metadata

Metadata

Assignees

Labels

EnhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions