You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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. Iflist[organization]
, allow to select multiple.When sending the task to the backend, add the organization ids in the appropriate place.
The text was updated successfully, but these errors were encountered: