main icon indicating copy to clipboard operation
main copied to clipboard

Extract files loaders and scaffold to separated libraries

Open javierbrea opened this issue 2 years ago • 0 comments

In order to optimize the core for a programmatic usage and to make the system more scalable, it is desirable to extract the current files loaders into a plugin. The scaffold should also be extracted from the core package. A method for creating a scaffold file could be added to the config pacakge, and the part creating the routes and collections scaffold should be moved to the new files loader plugin.

This is related to #375 , and could be made probably as a part of the upcoming changes to adapt the whole system to the new data model.

javierbrea avatar Sep 13 '22 11:09 javierbrea