Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

[Feature Request] Display function type in the UI #233

Closed
frankcorneliusmartin opened this issue Feb 12, 2024 · 0 comments
Closed

[Feature Request] Display function type in the UI #233

frankcorneliusmartin opened this issue Feb 12, 2024 · 0 comments
Labels

Comments

@frankcorneliusmartin
Copy link
Contributor

frankcorneliusmartin commented Feb 12, 2024

Problem description
We cannot see whether a function is central or federated when selecting the function from the dropdown. This is already captured in the metadata of the algorithm:

...
"functions": [
    {
      "name": "get_person_table_count",
      "description": "Retrieves PERSON table count from the OMOP database",
      "type": "central",
       ...
    },
   ...
]
...

image

Desired solution
Show the type of function in the drop down. Or make an select question above to only show central or federated (if both are present)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants