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

Modularization of features #91

Open
davidmyersdev opened this issue Jan 8, 2021 · 0 comments
Open

Modularization of features #91

davidmyersdev opened this issue Jan 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@davidmyersdev
Copy link
Owner

In order to sustainably support a potentially growing number of new features, modularization will be very important. This will cover everything from internal modules to external modules. I will attempt to differentiate them below.

Internal Modules

These can utilize existing Vue/Vuex features such as components, modules, and plugins. These are official packages that exist inside the octo repo.

External Modules

These are going to be a bit different. To support third-party code, we cannot allow it to execute freely in our application context. Instead, these packages will all be executed via sandboxed iframes or web workers.

@davidmyersdev davidmyersdev added the enhancement New feature or request label Jan 8, 2021
@davidmyersdev davidmyersdev added this to To do in Alpha / Beta Jan 8, 2021
@davidmyersdev davidmyersdev moved this from To do to In progress in Alpha / Beta Jan 8, 2021
@davidmyersdev davidmyersdev moved this from In progress to Next Up in Alpha / Beta Jun 2, 2021
@davidmyersdev davidmyersdev moved this from Next Up to Backlog in Alpha / Beta Jul 22, 2021
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
Status: No status
Development

No branches or pull requests

1 participant