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

Useless parent_id within inline document. #6

Open
ubombi opened this issue Mar 30, 2022 · 0 comments
Open

Useless parent_id within inline document. #6

ubombi opened this issue Mar 30, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ubombi
Copy link
Member

ubombi commented Mar 30, 2022

Having this value (which is parent _id) make no sense.
It should be possible to skip/remove this field from inlined json.

simplified E.G:

{
    "id": 100,
    "inlined": [
        {"id": 1, "parent_id": 100, "value": "foo"},
        {"id": 2, "parent_id": 100, "value": "bar"},
        {"id": 3, "parent_id": 100, "value": "baz"}
    ],
    "field": "value"
}

Technically there is no need for this.

@ubombi ubombi added the bug Something isn't working label Mar 30, 2022
@ubombi ubombi added this to Backlog in Tool Evolution Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant