Skip to content

WIP: Model Processing Refactor

Caleb Weeks requested to merge feature/model-processing-refactor into master

reworking the promise structure for model processing. expanding the utilities provided to both custom routes and model processors. model processors can now dynamically add components that will be model processed. custom routes similarly provide a function to generate a processed model from JSON. The utilities in general align more closely with those provided to model processors. Added a new translate function to simplify the API usage in custom routes and model processors

Merge request reports