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

[FEATURE REQUEST] Implement pipeline style design to accommodate new module #32

Open
anzharip opened this issue Nov 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@anzharip
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently the app is comprised of only one file, with all the functionality is stored inside that one file.

Describe the solution you'd like
I'd like to implement pipeline style mechanism (inspired by https://python-social-auth.readthedocs.io/en/latest/pipeline.html and https://refactoring.guru/design-patterns/chain-of-responsibility) so we can extend new functionality by adding new module to the pipeline.

Describe alternatives you've considered
N/A

Additional context
N/A

@anzharip anzharip added the enhancement New feature or request label Nov 18, 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

1 participant