Closed soofstad closed 4 years ago
remeber to delete schema.py/code generator code in dmss
How should we deal with import verification, which uses the plugin, @eoaksnes ?
Where is it in use? Where in the code? @sindre-nistad
Are the import verification done in dmss or dmt? And where should it be?
It's done in api/utils/package_import.py:63-70
. It seems to be done in diss, as part of importing the blueprints.
We could potentially make the code generator its own pypi package, or repo.
As to where eit should be, is up to the team to decide.
Refactor to work as plugable code-gen and with DMSS rewrite