Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[2.0] Implementing Content Graph #311

Open
3 of 7 tasks
carbontwelve opened this issue Aug 14, 2018 · 0 comments
Open
3 of 7 tasks

[2.0] Implementing Content Graph #311

carbontwelve opened this issue Aug 14, 2018 · 0 comments
Assignees
Milestone

Comments

@carbontwelve
Copy link
Member

carbontwelve commented Aug 14, 2018

This issue has grown out of #167 and #297 and effectively replaces them both.

While working on #297 I had begun rewriting Tapestry to use a tree data structure in order to store the content relationships. It very quickly became clear that a tree was the wrong data structure for the job and instead a more simpler graph data structure was substituted.

The benefit of using a graph data structure is that it can be visualised using GraphViz for debugging or outright geeky purposes.

This task has the following @todos:

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant