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

Explore Plugin based system for Flavor processors #4

Closed
DiegoPino opened this issue Mar 17, 2020 · 1 comment
Closed

Explore Plugin based system for Flavor processors #4

DiegoPino opened this issue Mar 17, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DiegoPino
Copy link
Member

What is this?

I waited too long for this so time to make a first branch to complement the good work of @giancarlobi
The idea here is that each post processor is derived from a Plugin. Plugins can/should be able to be connected to each other and have different inputs and outputs. They have settings and can self sustain complex work.

Depending on the number of assets/complexity of the task and where/how something is running they can be enqueued and run sequentially like @giancarlobi demo scripts or could, eventually run via a UI facing batch (need to figure out the exact conditional for this).

The branch associated with this issue will be mostly for now an experiment and should serve as starting ground for generalizing the needed functionality. Goal is to have HOCR as full implementation in the next 14 days. Beta3 will have this working and enabled.

@DiegoPino
Copy link
Member Author

Implemented (since 2020 👁️ )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants