| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-20 | Increase type-consistency via server-classes and client-types | Terry Truong | |
| 2022-06-20 | Make server order children by num-tips | Terry Truong | |
| 2022-06-19 | Enable gzipped server responses | Terry Truong | |
| 2022-06-19 | Fix search-result-repeats bug | Terry Truong | |
| 2022-06-19 | Add fallback substring-search | Terry Truong | |
| 2022-06-19 | Fix linked_imgs table compound-img representation bug | Terry Truong | |
| 2022-06-17 | Make reduced-tree a bit more inclusive | Terry Truong | |
| 2022-06-16 | Fix client-requesting-0.jpg bug | Terry Truong | |
| 2022-06-15 | Separate node-wiki_id association from 'descs' table | Terry Truong | |
| 2022-06-15 | Adjust 'node_imgs' table to use node name, not id | Terry Truong | |
| 2022-06-11 | Adapted linked-images code to handle merged image sets | Terry Truong | |
| 2022-06-11 | Adjust server+client code to handle merged image sets | 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-24 | Fix None-indexing bug in server.py | Terry Truong | |
| 2022-05-24 | Fix small sql-param mismatch bug | Terry Truong | |
| 2022-05-23 | Display 'compound images' | Terry Truong | |
| Adjust genLinkedImgs.py to associate multiple images to compound-nodes. Adjust server to send multiple image filenames for such nodes. Adjust Tile and TileInfoModal to display those compound-images. | |||
| 2022-05-22 | Display multiple descriptions for compound-nodes | Terry Truong | |
| 2022-05-22 | Up-propgate images for usage in parents without images | Terry Truong | |
| Also adjust vite config to avoid apparent redundant processing when images are being downloaded. | |||
| 2022-05-18 | Add wikipedia-link to tile-info display | Terry Truong | |
| Add 'wiki_id' and 'from_dbp' columns to 'descs' table, adjust dbpedia data to include wikipedia IDs, adjust data generations scripts, make server send extra data, and make TileInfo display it. | |||
| 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-14 | Add desc-resolution special-case for root node | Terry Truong | |
| 2022-05-13 | Fix info-modal not display image for composite-nodes | Terry Truong | |
| 2022-05-13 | Fix inaccurate tile-info data when using reduced tree | Terry Truong | |
| 2022-05-12 | Enable info-display for search suggestions | Terry Truong | |
| Add info-icon to SearchModal, sending event when clicked. Change App to allow info-modal display on top of search-modal. Also make info-icon-click events send a node name instead of a LayoutNode, and make TileInfoModal and server get/send additional node info, seeing as the client might not have info about the node's common name, tips, etc, anymore. | |||
| 2022-05-12 | Add reduced-tree data generation+serving+querying+setting | Terry Truong | |
| Add genReducedTreeData.py, which generates a reduced_nodes table. Adjust server to serve that data for queries with a tree=reduced query param. Adjust client to query for that data depending on a useReducedTree variable. Add a SettingsPane setting to change that useReducedTree variable. | |||
| 2022-05-11 | Do minor code cleanup | Terry Truong | |
| 2022-05-11 | Use prefix-search with ranking-by-length | Terry Truong | |
| 2022-05-06 | Make server bulk-query eol-ids when image-finding | 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-05 | Display common names | Terry Truong | |
| Also add capitalizeWords() in util.ts, for more capitalization control | |||
| 2022-05-05 | Make image copyright/link info retrieved upon info-modal open | Terry Truong | |
| 2022-05-05 | Simplify nodeNameToFile() calls | Terry Truong | |
| 2022-05-05 | Make server bulk-query for child nodes | Terry Truong | |
| Also remove /data/children queries, and query-depth functionality. | |||
| 2022-05-04 | Make search-enter use user input, instead of first match | 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 | 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 | Order search suggestions by num tips | Terry Truong | |
| 2022-05-01 | Make node data in db not collapsed-in-json | Terry Truong | |
| 2022-05-01 | Use substring search | Terry Truong | |
| Also display common-name in search suggestions, and add more-results indicator. | |||
| 2022-05-01 | Enable search-suggestion sending/displaying/selection | Terry Truong | |
| 2022-04-30 | Make TileInfoModal display more data | 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. | |||
| 2022-04-27 | Use EOL vernacular-names data for searching | Terry Truong | |
| Add data/eolNamesToSqlite.py to read EOL vernacular-names data and add to sqlite db. Adjust server.py to handle search requests, and adjust SearchModal to make them. | |||
| 2022-04-26 | Change data URL path format | Terry Truong | |
| 2022-04-26 | Have tol data in sqlite db, and add server script that accesses it | Terry Truong | |
| Adapt otol-data-converting script to generate otol.db, add server.py script that provides access to that db, and adapt the app to query the server for tol data when needed. | |||
