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

Refactor idea: abstract the Core, making everything else a plugin #2

Open
xiaomi7732 opened this issue Mar 4, 2022 · 0 comments
Open
Assignees

Comments

@xiaomi7732
Copy link
Owner

xiaomi7732 commented Mar 4, 2022

The core of this is a pipe with IFrameLine payloads on it. It runs through PreFilter, Beautifier, Filter and eventually returns. The core shall have an abstraction of the process. Any concreate PreFilter/Beautifier/Filter manipulates the IFrameLine, on different stages, should be plugins.

image

Blue part for the pipeline, that's the core; Green is the payload; Yellow boxes are various plugins.

@xiaomi7732 xiaomi7732 self-assigned this Mar 9, 2022
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

No branches or pull requests

1 participant