-
Notifications
You must be signed in to change notification settings - Fork 9
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
generator: Use types and function from the with the main evolution packages #532
Comments
@tahini Could you provide an example? |
|
Also the |
To extend this issue, I think it's not just the types that need to be in main evolution packages, but everything that is code in the generator. The generator should be a |
@tahini After giving it some thought, I'm on board with this. Do you want to open an issue on this? So evolution-generator will only be the python scripts. |
…of evolution-common Fix #532 Breaking changes: Validations type is now ValidationFunction Many types from inputTypes are now in WidgetConfig. You need to do 'yarn generateSurvey' for the Generator surveys
With #531 the types in the main evolution packages are not generic anymore, so it can be easier for the generator types to use those, as some of the main types are more complete than the generator ones.
The text was updated successfully, but these errors were encountered: