So I’ve got to make this script that will take a list of parented categories (list includes category name, category id, and the parent id of the category – made in MySQL) and create a tree with documents under each category (in Flex with AS3). I think I know how to make the tree, but perhaps I should request the documents as soon as the tree is expanded? Perhaps it could work.
Otherwise, I need to include the documents in the category tree – where they belong. It has been giving me a headache for a long time! When I get it done, I post it here.
Long story short – data visualization sucks!