aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-02-04Use requirements.txt for backend dependenciesTerry Truong
2023-01-23Clean up some docs and naming inconsistenciesTerry Truong
2022-09-11Add backend unit testsTerry Truong
- Add unit testing code in backend/tests/ - Change to snake-case for script/file/directory names - Use os.path.join() instead of '/' - Refactor script code into function defs and a main-guard - Make global vars all-caps Some fixes: - For getting descriptions, some wiki redirects weren't properly resolved - Linked images were sub-optimally propagated - Generation of reduced trees assumed a wiki-id association implied a description - Tilo.py had potential null dereferences by not always using a reduced node set - EOL image downloading didn't properly wait for all threads to end when finishing
2022-07-15Change faviconTerry Truong
2022-07-13Merge 'Data Sources' and 'Project Info' help sectionsTerry Truong
2022-07-12Add <meta> image tagsTerry Truong
2022-07-12Add links to MIT License on GitHubTerry Truong
2022-07-11Add deployment documentationTerry Truong
2022-07-11Add more FAQsTerry Truong
2022-07-11Update backend documentationTerry Truong
2022-07-10Update project-level and client-side documentationTerry Truong
2022-06-27Enable client directly using server URL, while avoiding CORS restrictionsTerry Truong
2022-06-23Update some client-side READMEsTerry Truong
2022-06-22Update backend READMEs, rename some files for consistencyTerry Truong
2022-03-02Initial commitTerry Truong