<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/backend/README.md, branch main</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=main</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2023-01-23T07:01:13+00:00</updated>
<entry>
<title>Clean up some docs and naming inconsistencies</title>
<updated>2023-01-23T07:01:13+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-23T07:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=94a8ad9b067e5a2c442ce47ce72d1a53eb444160'/>
<id>urn:sha1:94a8ad9b067e5a2c442ce47ce72d1a53eb444160</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add backend unit tests</title>
<updated>2022-09-11T05:04:14+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-09-11T04:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=5de5fb93e50fe9006221b30ac4a66f1be0db82e7'/>
<id>urn:sha1:5de5fb93e50fe9006221b30ac4a66f1be0db82e7</id>
<content type='text'>
- 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
</content>
</entry>
<entry>
<title>Update backend documentation</title>
<updated>2022-07-11T03:19:18+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-11T03:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=7a28e15874796b3becf97c0193575d906d0cfd01'/>
<id>urn:sha1:7a28e15874796b3becf97c0193575d906d0cfd01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update project-level and client-side documentation</title>
<updated>2022-07-10T13:41:20+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-10T13:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=a8f80a02b88055cfcb45664ce3a3d24c2b2da98c'/>
<id>urn:sha1:a8f80a02b88055cfcb45664ce3a3d24c2b2da98c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace CGI script with WSGI script and dev server</title>
<updated>2022-07-08T18:36:52+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-08T17:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=5569c8191ae02f109254282b5943e3ed40032018'/>
<id>urn:sha1:5569c8191ae02f109254282b5943e3ed40032018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add getImagePath() to lib.ts</title>
<updated>2022-06-28T04:45:26+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-28T01:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=053567d2ad81fefbd5e52e3ba15cf7511205a963'/>
<id>urn:sha1:053567d2ad81fefbd5e52e3ba15cf7511205a963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert server code to CGI script</title>
<updated>2022-06-27T16:18:27+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-27T16:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=d4431d3d200a77f7abfa00e5adc848c633597352'/>
<id>urn:sha1:d4431d3d200a77f7abfa00e5adc848c633597352</id>
<content type='text'>
Also adjust server-client API, for clarity/consistency
</content>
</entry>
<entry>
<title>Update some client-side READMEs</title>
<updated>2022-06-23T05:13:36+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-23T05:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=d54e1a4607debb457d30068cc4d20fe92cedac6c'/>
<id>urn:sha1:d54e1a4607debb457d30068cc4d20fe92cedac6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update backend READMEs, rename some files for consistency</title>
<updated>2022-06-21T23:39:44+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-06-21T15:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=e78c4df403e5f98afa08f7a0841ff233d5f6d05b'/>
<id>urn:sha1:e78c4df403e5f98afa08f7a0841ff233d5f6d05b</id>
<content type='text'>
</content>
</entry>
</feed>
