aboutsummaryrefslogtreecommitdiff
path: root/backend/server.py
AgeCommit message (Expand)Author
2022-06-23Make suggestion-limit client-configurableTerry Truong
2022-06-23Clean up server.py codeTerry Truong
2022-06-23Remove hard-coded root-name from App.vueTerry Truong
2022-06-22Refactor backend scriptsTerry Truong
2022-06-20Increase type-consistency via server-classes and client-typesTerry Truong
2022-06-20Make server order children by num-tipsTerry Truong
2022-06-19Enable gzipped server responsesTerry Truong
2022-06-19Fix search-result-repeats bugTerry Truong
2022-06-19Add fallback substring-searchTerry Truong
2022-06-19Fix linked_imgs table compound-img representation bugTerry Truong
2022-06-17Make reduced-tree a bit more inclusiveTerry Truong
2022-06-16Fix client-requesting-0.jpg bugTerry Truong
2022-06-15Separate node-wiki_id association from 'descs' tableTerry Truong
2022-06-15Adjust 'node_imgs' table to use node name, not idTerry Truong
2022-06-11Adapted linked-images code to handle merged image setsTerry Truong
2022-06-11Adjust server+client code to handle merged image setsTerry Truong
2022-06-04Add tile-info otol linksTerry Truong
2022-05-28Convert from python "...".format() to f"..."Terry Truong
2022-05-24Fix None-indexing bug in server.pyTerry Truong
2022-05-24Fix small sql-param mismatch bugTerry Truong
2022-05-23Display 'compound images'Terry Truong
2022-05-22Display multiple descriptions for compound-nodesTerry Truong
2022-05-22Up-propgate images for usage in parents without imagesTerry Truong
2022-05-18Add wikipedia-link to tile-info displayTerry Truong
2022-05-17Make search suggestions include non-alt-namesTerry Truong
2022-05-15Converted nodes+r_nodes tables into nodes+edges+r_nodes+r_edgesTerry Truong
2022-05-14Add desc-resolution special-case for root nodeTerry Truong
2022-05-13Fix info-modal not display image for composite-nodesTerry Truong
2022-05-13Fix inaccurate tile-info data when using reduced treeTerry Truong
2022-05-12Enable info-display for search suggestionsTerry Truong
2022-05-12Add reduced-tree data generation+serving+querying+settingTerry Truong
2022-05-11Do minor code cleanupTerry Truong
2022-05-11Use prefix-search with ranking-by-lengthTerry Truong
2022-05-06Make server bulk-query eol-ids when image-findingTerry Truong
2022-05-05Make '... [N]' duplicate node name assignment prefer nodes with less tipsTerry Truong
2022-05-05Display common namesTerry Truong
2022-05-05Make image copyright/link info retrieved upon info-modal openTerry Truong
2022-05-05Simplify nodeNameToFile() callsTerry Truong
2022-05-05Make server bulk-query for child nodesTerry Truong
2022-05-04Make search-enter use user input, instead of first matchTerry Truong
2022-05-04Add scripts for obtaining/sending/displaying wikipedia descriptionsTerry Truong
2022-05-01Add fuzzy-search via sqlite extension spellfix1Terry Truong
2022-05-01Order search suggestions by num tipsTerry Truong
2022-05-01Make node data in db not collapsed-in-jsonTerry Truong
2022-05-01Use substring searchTerry Truong
2022-05-01Enable search-suggestion sending/displaying/selectionTerry Truong
2022-04-30Make TileInfoModal display more dataTerry Truong
2022-04-30Add scripts for downloading/reviewing/cropping_and_resizing imagesTerry Truong
2022-04-27Use EOL vernacular-names data for searchingTerry Truong
2022-04-26Change data URL path formatTerry Truong