| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-23 | Fix root-displayed-in-italics bug | Terry Truong | |
| 2022-06-22 | Refactor backend scripts | Terry Truong | |
| 2022-06-22 | Update backend READMEs, rename some files for consistency | Terry Truong | |
| 2022-06-15 | Move tree-trimming code into separate script/stage | Terry Truong | |
| 2022-06-07 | Add more manual-correction for generated otol-data | Terry Truong | |
| 2022-06-04 | Add tile-info otol links | Terry Truong | |
| 2022-05-28 | Convert from python "...".format() to f"..." | Terry Truong | |
| 2022-05-28 | Fix tree-trimming to not discard certain nodes | Terry Truong | |
| Was trimming off nodes without an image/desc/reduced_tree_presence, including those with a descdendant that has them. Was using a linked-image association to prevent this, but this wasn't reliable. | |||
| 2022-05-26 | Trim otol tree to avoid certain slowdowns | Terry Truong | |
| Some nodes had multiple ancestors with over 10k children, and jump-searching to them could take almost a minute for vue to load. | |||
| 2022-05-17 | Make search suggestions include non-alt-names | Terry Truong | |
| 2022-05-15 | Converted nodes+r_nodes tables into nodes+edges+r_nodes+r_edges | Terry Truong | |
| Conversion avoids encoding node children as JSON strings, and allows for easier querying of edge data. Adjusted server to use new format. Also added some table indexes for common operations. | |||
| 2022-05-11 | Do minor code cleanup | Terry Truong | |
| 2022-05-05 | Make '... [N]' duplicate node name assignment prefer nodes with less tips | Terry Truong | |
| Adjust genOtolData.py to use int ids instead of names, reducing memory usage. Small fix for server.py commented-out substring-search code. | |||
| 2022-05-01 | Add fuzzy-search via sqlite extension spellfix1 | Terry Truong | |
| Also add delay between client search-suggestion requests when search input undergoes multiple quick changes | |||
| 2022-05-01 | Make node data in db not collapsed-in-json | Terry Truong | |
| 2022-04-30 | Add scripts for downloading/reviewing/cropping_and_resizing images | Terry Truong | |
| Also adjust client code to handle new format, and add backend/data/README.md explaining image production process. | |||
