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
{
"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
The text was updated successfully, but these errors were encountered:
This is how the Node was returned previously:
I have then renamed the property from
NodeDto
toNode
. See how I did it once this PR is merged.Acceptance criteria:
Story points: 1
The text was updated successfully, but these errors were encountered: