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

[Feature Request] Support argument type 'organization' and 'organizations' #164

Closed
bartvanb opened this issue Nov 8, 2023 · 1 comment
Closed

Comments

@bartvanb
Copy link
Member

bartvanb commented Nov 8, 2023

Problem description
Some algorithms require an organization id (or multiple) as input argument. For a novice user, it may be difficult to determine which IDs to supplement.

Desired solution
If the algorithm store API indicates a function argument is of type organization, show a dropdown from which to select an organization. If list[organization], allow to select multiple.
When sending the task to the backend, add the organization ids in the appropriate place.

@github-actions github-actions bot added the New label Nov 8, 2023
@bartvanb bartvanb removed the New label Nov 9, 2023
@bartvanb bartvanb added this to Sprints Nov 9, 2023
@github-project-automation github-project-automation bot moved this to Todo in Sprints Nov 9, 2023
@bartvanb
Copy link
Member Author

bartvanb commented Dec 6, 2023

Note: we may also need to specify type list, and then probably list[str], list[int] etc. But maybe we can get away with using a JSON type there

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

No branches or pull requests

1 participant