aboutsummaryrefslogtreecommitdiff
path: root/backend/data/trimTree.py
AgeCommit message (Collapse)Author
2022-07-01Generate 3 reduced trees, keeping the original, and serve only thoseTerry Truong
Generate a 'trimmed' reduced tree instead of changing the original. Generate an 'images-only' reduced tree, and use it as the default. Combine 'picked' reduced tree code with that of other reduced trees. Adapt server API to allow selecting between more than 2 trees. Add client setting for selecting between 3 trees.
2022-06-22Refactor backend scriptsextended-dbTerry Truong
2022-06-20After trimming low-info nodes, also trim some many-sibling nodesTerry Truong
2022-06-19Default to trimming all nodes without images/descs/etcTerry Truong
2022-06-17Make reduced-tree a bit more inclusiveTerry Truong
2022-06-16Adjust markdown-escapes in READMETerry Truong
2022-06-15Separate node-wiki_id association from 'descs' tableTerry Truong
2022-06-15Adjust 'node_imgs' table to use node name, not idTerry Truong
2022-06-15Move tree-trimming code into separate script/stageTerry Truong