Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Issues and Decisions table
...
Issue/Question
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Use Discussion notes to capture meeting items, assign owners, and track actions and decisions. |
Date | Item | Owner | Notes | Relevant Links |
---|---|---|---|---|
| @someone |
|
Problem Statement
When a list is fetched using Get a node API then instead of returning a JSON list containing n-number of list items, the API returns each list item as individual JSON object. And each of these JSON objects have same name as the list name.
...
Expand | ||
---|---|---|
| ||
|
Associated problems
Impact on Delta Feature
The inconsistency described above extends to CPS Delta feature when using it to compare list nodes.
...
So, when comparing JSON containing a list, to a list fetched from the data base, an inconsistent delta is generated because logically the JSON list supplied as input by the user is compared to the first JSON object of the same name, returned by the code. This comparison can be imagined as follows:
Expand | ||
---|---|---|
|
...
|
...
|
...
|
...
|
...
title | JSON objects |
---|
|
Problem extends to root node xpath
This behavior extends to list items stored under root node as well. So, this case needs to be taken into consideration as well
Proposed Solution
Info |
---|
WIP |