| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-15 | Move tree-trimming code into separate script/stage | Terry Truong | |
| 2022-06-15 | Add 'src' field to 'names' table | Terry Truong | |
| 2022-06-10 | Add some manual-correction code in eol-name-generation | Terry Truong | |
| 2022-06-07 | Add more heuristics for eol-otol-association | Terry Truong | |
| 2022-05-28 | Convert from python "...".format() to f"..." | Terry Truong | |
| 2022-05-19 | Unescape EOL alt-name data | Terry Truong | |
| 2022-05-17 | Remove certain same-name 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-06 | Fix typo in data entry code | Terry Truong | |
| 2022-05-04 | Add scripts for obtaining/sending/displaying wikipedia descriptions | Terry Truong | |
| Add backend/data/enwiki/ directory containing scripts and instructive READMEs. Adjust some other scripts to generate 'eol_ids' sqlite table separate from 'names'. Make server respond to /data/desc requests, and have client TileInfo component display response data. Also adjust .gitignore entries to be root-relative. | |||
| 2022-05-01 | Fix non-inclusion of canonical-names without english alt-names | Terry Truong | |
| Also fix lack of placeholder-image display in tile-info modal. | |||
| 2022-05-01 | Make name data English-specific | Terry Truong | |
| 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-04-30 | Add preferred-alt-name data to db, and use when reviewing | 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. | |||
