-
Notifications
You must be signed in to change notification settings - Fork 72
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
Plan for FE code for Plus in Core #1041
Comments
Dug into the design and listed what we'll need to do. I'll convert this list into issues and tackle them roughly in order.
|
|
The new challenge that integrating Cls introduces is:
There are two options to make this possible:
Option 1: The Plus frontend code lives in main repo
With this option, all of the Plus FE is available as open source, but any features which require the Plus BE are disabled.
Pros:
Cons:
Alternative considered
Option 2: The Plus frontend builds its own copy of the whole UI
This would require cloning/copying/packaging the Ctl UI code so that Plus can re-use and modify it.
Pros:
Cons
The text was updated successfully, but these errors were encountered: