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

Operator skeleton upgrades #134

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jacobmarks
Copy link
Contributor

The configs for Python operators have changed a bit since this was created. This PR introduces some minor tweaks to bring the interface up to date.

Still other changes to be made to the @voxel51/plugins plugin, including:

  • Adding secrets declaration control to the fiftyone.yml.
  • Distinct code for when operator executes as generator, with yield...
  • Allow for multiple triggers, in arbitrary order, and using ctx.ops where possible
  • Some reference to the docs or the @voxel51/examples plugin so people know other types exist, like str, Tuple, ..., which don't have multiple view type options, but still deserve to be included in this plugin
  • if user has selected an icon file for one of the icons, then they should have the option to use this for another icon instead of going through the FileExplorer again.

@jacobmarks jacobmarks requested a review from ritch May 17, 2024 22:05
@jacobmarks jacobmarks requested a review from brimoor May 31, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant