You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for the effort with this repo so far. Much appreciated!
I did some changes to the surveyjs.json file (added locstring properties) and then tried to generate all files with the openapi-generator (model.sh) and then melos bootstrap in root. However some files do not seem to be updated (like survey_questions_inner.dart) and I now have plenty of imports that are not valid.
It would be helpful with some simple documentation on the basic development flow to potentially make some contributions.
Is this repo actively developed?
The text was updated successfully, but these errors were encountered:
Do not modify the surveyjs.json file manually, it's generated by js code
It's kind of tricky because there are lots of things to do to adjust the original schema file into openapi compatible
And survey_questions_inner.dart is ignored by .openapi-generator-ignore because there is a bug in openapi-generator. You can comment .openapi-generator-ignore and test it by yourself
Hello,
Thanks for the effort with this repo so far. Much appreciated!
I did some changes to the surveyjs.json file (added locstring properties) and then tried to generate all files with the openapi-generator (model.sh) and then melos bootstrap in root. However some files do not seem to be updated (like survey_questions_inner.dart) and I now have plenty of imports that are not valid.
It would be helpful with some simple documentation on the basic development flow to potentially make some contributions.
Is this repo actively developed?
The text was updated successfully, but these errors were encountered: