index
:
tilo
main
Tilo: Interactive Tree of Life
Terry Truong
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
server.py
Age
Commit message (
Expand
)
Author
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
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
2022-05-18
Add wikipedia-link to tile-info display
Terry Truong
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
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
2022-05-12
Add reduced-tree data generation+serving+querying+setting
Terry Truong
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
2022-05-05
Display common names
Terry Truong
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
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
2022-05-01
Add fuzzy-search via sqlite extension spellfix1
Terry Truong
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
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
2022-04-27
Use EOL vernacular-names data for searching
Terry Truong
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