| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-27 | In .vue files, move <template> sections to top | Terry Truong | |
| 2022-06-26 | Clean up code in SearchModal | Terry Truong | |
| Also allow cycling to top/bottom of search suggestions | |||
| 2022-06-26 | Refactor TileInfoModal | Terry Truong | |
| Also change server info-response format to include sub-node common-names | |||
| 2022-06-25 | Reduce degrees-of-variance in options set | Terry Truong | |
| Also add size prop to IconButton | |||
| 2022-06-24 | Move utility functions into util.ts | Terry Truong | |
| 2022-06-24 | Add type annotations for UI options | Terry Truong | |
| 2022-06-23 | Adjust component event names | Terry Truong | |
| 2022-06-20 | Remove scrims from tile-info-modal images | Terry Truong | |
| 2022-06-20 | Increase type-consistency via server-classes and client-types | Terry Truong | |
| 2022-06-11 | Add links to cc-license pages | 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-24 | Don't show blank image in info-modal for for compound-image with only 1 ↵ | Terry Truong | |
| sub-image | |||
| 2022-05-23 | Make tutorial disable features until introduced | Terry Truong | |
| Also add tutorial finish button and close icon | |||
| 2022-05-23 | Display separate images tile-info for compound-image node | Terry Truong | |
| 2022-05-23 | Make small info-modal fixes | 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-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-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-10 | Add multiple header-color thresholds | Terry Truong | |
| Also add tips count in info modal | |||
| 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-04 | Capitalize displayed node names | 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-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-25 | Adapt to handle open-tree-of-life data | Terry Truong | |
| Added data_otol/ with script that converts data from 'Open Tree of Life' release 13.4 into a JSON form. Moved old tree-of-life data and images into data_tol_old/. Added TolMap type to tol.ts, changed TolNode, and adapted other code to handle it. Temporarily disabling tile images until image data is added. | |||
| 2022-03-29 | Update comments, adjust names, do minor refactors | Terry Truong | |
| 2022-03-28 | Make option passing less irregular | Terry Truong | |
| 2022-03-28 | Convert SVG icons into icon components | Terry Truong | |
| 2022-03-28 | Move TolNode code to tol.ts | Terry Truong | |
| 2022-03-27 | Prevent overflow during tile collapse/expand | Terry Truong | |
| 2022-03-27 | Fix close-button unreliability bug | Terry Truong | |
| 2022-03-27 | Move svg details to index.html | Terry Truong | |
| 2022-03-25 | Fix typescript errors | Terry Truong | |
| 2022-03-25 | Add search enter/escape, and close-icon svgs | Terry Truong | |
| 2022-03-25 | Simplify transition code | Terry Truong | |
| 2022-03-25 | Allow interaction with settings open. Add esc shortcut. | Terry Truong | |
| 2022-03-24 | Add basic Settings.vue | Terry Truong | |
| 2022-03-24 | Propagate options to TileInfoModal | Terry Truong | |
| 2022-03-24 | Add basic tile-info modal styling | Terry Truong | |
| 2022-03-24 | Add info-modal fade-out | Terry Truong | |
| 2022-03-24 | Add TileInfoModal and associated events | Terry Truong | |
