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

Update Name of the Return Object for All Entities #31

Closed
NikolaVetnic opened this issue Dec 28, 2024 · 1 comment
Closed

Update Name of the Return Object for All Entities #31

NikolaVetnic opened this issue Dec 28, 2024 · 1 comment
Assignees
Labels
backend Work performed on the backend solution enhancement New feature or request

Comments

@NikolaVetnic
Copy link
Owner

NikolaVetnic commented Dec 28, 2024

This is how the Node was returned previously:

{
    "nodeDto": {
        "id": "2df76835-c92b-45d0-9232-61901c4abe97",
        "title": "Start Court Proceedings",
        "description": "Beginning of the court proceedings in John Doe vs New York City.",
        "timestamp": "2024-12-28T10:19:54.550083Z",
        "importance": 0,
        "phase": "Preparation",
        "categories": [],
        "tags": []
    }
}

I have then renamed the property from NodeDto to Node. See how I did it once this PR is merged.

Acceptance criteria:

  • Corresponding properties of all entities are renamed.

Story points: 1

@NikolaVetnic NikolaVetnic added enhancement New feature or request backend Work performed on the backend solution labels Dec 28, 2024
@HunorTotBagi
Copy link
Collaborator

This PR can be closed sine it was implemented with #36 and #37.

image

image

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Work performed on the backend solution enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants