What problem are you trying to solve? Please describe.
Currently, in order to use Caldera certain plugins are required for Caldera to function. Ideally, Caldera should not have any dependencies on plugins for basic functionality. For the magma plugin, Caldera's app/api/rest_api.py breaks when the magma plugin's magma/dist/assets/ directory is not present. This directory holds images, CSS, and JavaScript files.
The ideal solution: What should the feature should do?
Move magma's dist directory out of the magma plugin, and into the main Caldera repository. Change all references/dependencies to the new location.
What category of feature is this?
What problem are you trying to solve? Please describe.
The ideal solution: What should the feature should do?
What category of feature is this?
UI/UX
API
Other
Willing to submit a pull request to implement this feature?