-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix(backend): fix create_node function #393
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !
Reading this, I think for a future refactor, it would be nice, if we separate Node creation logic (using models classes), from database insertion.
You're right. I've decided to refactor now, tell me what you think |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few straightforward comments but LGTM!
What
create_node
function in the backend, which was not creating all necessary properties of an entry node, and was making it impossible to export a project where the user had added a new node.Fixes bug(s)