<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tilo/backend, branch v1.0.0</title>
<subtitle>Tilo: Interactive Tree of Life</subtitle>
<id>https://terryt.dev/cgit/tilo/atom?h=v1.0.0</id>
<link rel='self' href='https://terryt.dev/cgit/tilo/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/'/>
<updated>2022-07-11T16:53:24+00:00</updated>
<entry>
<title>Fix search-suggestions not prioritising prefix-matches</title>
<updated>2022-07-11T16:53:24+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-11T16:53:24+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=de6ffa836d7e35730c44ac244345d3368e4bbbe0'/>
<id>urn:sha1:de6ffa836d7e35730c44ac244345d3368e4bbbe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix desc-association error due to case-insensitive label-matching</title>
<updated>2022-07-11T15:58:41+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-11T15:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=9c5abe160cf11c9d28794e454d41cba5cb6cd637'/>
<id>urn:sha1:9c5abe160cf11c9d28794e454d41cba5cb6cd637</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include picked-names when collapsing nodes in 'images' tree</title>
<updated>2022-07-11T10:16:31+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-11T10:16:31+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=f5b8a9952ed2f82f1099f69715696237d1e1e8a4'/>
<id>urn:sha1:f5b8a9952ed2f82f1099f69715696237d1e1e8a4</id>
<content type='text'>
Without this, nodes like 'giant panda' were getting removed
</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>Make backend dev server script serve the image files</title>
<updated>2022-07-10T15:54:08+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-10T15:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=5fe71ea7b9d9a5d2dc6e8e5ce5b9193629eed74d'/>
<id>urn:sha1:5fe71ea7b9d9a5d2dc6e8e5ce5b9193629eed74d</id>
<content type='text'>
Previously, image files in backend/data/img were moved to, or
symlinked from, public/. This needed to be changed before each
build, otherwise vite would end up copying gigabytes of images.
</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>Fix links-to-node failing on load</title>
<updated>2022-07-09T01:49:39+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-09T01:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=345c96f99aa98d5e90a46fa3f175ec0a2e6d4f36'/>
<id>urn:sha1:345c96f99aa98d5e90a46fa3f175ec0a2e6d4f36</id>
<content type='text'>
Was setting SERVER_URL incorrectly
Also changed server API to include 'excl' param
</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>Revert back to using vite-proxy for avoiding CORS issues</title>
<updated>2022-07-08T05:21:01+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-08T05:19:32+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=347f5127929b17671c75734af5a374ec4f39b5ae'/>
<id>urn:sha1:347f5127929b17671c75734af5a374ec4f39b5ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send activeRoot to server, for reducing toroot response sizes</title>
<updated>2022-07-08T05:00:32+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-07-08T04:50:21+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/tilo/commit/?id=4e2830b6986aef2486d12c20ffc37d4bb595ced4'/>
<id>urn:sha1:4e2830b6986aef2486d12c20ffc37d4bb595ced4</id>
<content type='text'>
</content>
</entry>
</feed>
