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

Allow more programmatic control of the tool menu for automated workers #784

Open
arjunrajlab opened this issue Sep 27, 2024 · 0 comments · May be fixed by #785
Open

Allow more programmatic control of the tool menu for automated workers #784

arjunrajlab opened this issue Sep 27, 2024 · 0 comments · May be fixed by #785
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@arjunrajlab
Copy link
Collaborator

Automated workers still use this same tool dialog:

image

However, in some instances, the various options presented may not be relevant. For example, for the "Connect sequential" worker, which connects objects to each other, the "Annotation configuration" and "Advanced options" are not relevant. Perhaps we can control these with labels on the docker image. For instance: "annotationConfigurationPanel=False" and "advancedOptionsPanel=False" would turn these two panels off. If they are not set, then it uses the default.

Also, the naming could be overridden. Right now, it tries to autoname based on the tags. However, for connect sequential, this again is not right. We could control this with "defaultToolName=Connect sequential" or something like that, and if the label is not set, then it just does the default behavior.

@arjunrajlab arjunrajlab added bug Something isn't working enhancement New feature or request labels Sep 27, 2024
@arjunrajlab arjunrajlab added this to the Alpha-Version milestone Sep 27, 2024
@arjunrajlab arjunrajlab linked a pull request Sep 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Selected for development
Development

Successfully merging a pull request may close this issue.

3 participants