Show only filled nodes in the data tree#62
Conversation
Documentation build overview
48 files changed ·
|
|
Hello @olivhoenen, |
|
Hello @jwasikpsnc, |
|
We can test it here, so in case IO request changes in FE, you can push them easily. @olivhoenen
|
| name: string; | ||
| ndim: number; | ||
| type: NodeInfoTypeEnum; | ||
| has_data: boolean; |
There was a problem hiding this comment.
As has_data is defaulted to None, shall it be:
| has_data: boolean; | |
| has_data: boolean | null; |
(same for NodeInfoResponse)
There was a problem hiding this comment.
The feature looks good and works as expected, thanks @mfiaudrin-epsyl and @jwasikpsnc.
The only issue I've noticed, but I believe this may not be related to this PR (as I believe the problem is also present in #55 ), is that the search functionality does not work properly anymore.

This feature from FE allow to receive data provided by BE (attributes
has_data) when fetching data fromids_info/node_info.It also filter received nodes to only show them having data in the tree.