Skip to content
This repository has been archived by the owner on Aug 16, 2020. It is now read-only.

TreeView #9

Open
JohannesLichtenberger opened this issue Oct 5, 2019 · 3 comments
Open

TreeView #9

JohannesLichtenberger opened this issue Oct 5, 2019 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed

Comments

@JohannesLichtenberger
Copy link
Member

Create a tree-view component which displays a JSON or XML file. The data comes from the database backend, which is able to store huge instances. Thus we might limit each level to a predefined number of nodes.

Furthermore the children should be loaded on demand from the backend, when a node with children is expanded in the tree-view. To query the children from this node we need a possibility to add the unique node identifier to the serialized JSON form in the first place (how to add this kind of metadata which should not be displayed in the views is up for discussion).

@JohannesLichtenberger JohannesLichtenberger added enhancement New feature or request good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed labels Oct 5, 2019
@jawahars16
Copy link
Contributor

Is there a sample JSON or XML data available?

@JohannesLichtenberger
Copy link
Member Author

Oh, under sirix-core/src/test/resources, but maybe I can find more larger JSON documents via Google.

@JohannesLichtenberger
Copy link
Member Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest https://hacktoberfest.digitalocean.com/ help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants