Skip to content
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

Children and new node id should be normalized in the backend #79

Closed
alexgarel opened this issue Sep 13, 2022 · 2 comments · Fixed by #111
Closed

Children and new node id should be normalized in the backend #79

alexgarel opened this issue Sep 13, 2022 · 2 comments · Fixed by #111
Assignees
Labels
🐛 bug Something isn't working hacktoberfest osd'22

Comments

@alexgarel
Copy link
Member

We have an API to add an entry or add children introduced by #76

This API do not currently normalize the tag used as ID, it should.

Normalization function is currently in the Parser. If possible it should be moved to a utility function and called from the backend to normalize received id.

@aerial-ace1
Copy link
Contributor

Can I work on this issue?

@aadarsh-ram
Copy link
Collaborator

@aerial-ace1 Please do! I'll assign this issue to you.

alexgarel pushed a commit that referenced this issue Oct 19, 2022
Code added normalises the nodes using the normalising function in the API calls of:
* Created
* Updated Nodes
* Updated Nodes Children

Fixes #79 (Children and new node id should be normalized in the backend)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working hacktoberfest osd'22
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants