Currently the topic tree parsing code is just a bunch of nested for loops, I think supporting a few levels deep only. We should make this parsing algorithm recursive so it supports any number of levels.
Displayed in the image is a topic that has 2 sub-topics, but we don't display them.
Currently the topic tree parsing code is just a bunch of nested for loops, I think supporting a few levels deep only. We should make this parsing algorithm recursive so it supports any number of levels.
Displayed in the image is a topic that has 2 sub-topics, but we don't display them.