<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrona/backend/histplorer.py, branch main</title>
<subtitle>Chrona: Interactive Historical Timeline</subtitle>
<id>https://terryt.dev/cgit/chrona/atom?h=main</id>
<link rel='self' href='https://terryt.dev/cgit/chrona/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/'/>
<updated>2023-01-22T01:11:59+00:00</updated>
<entry>
<title>Add deployment docs and script</title>
<updated>2023-01-22T01:11:59+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-22T00:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=436dd015471cbdea443cfd98536e55e683833c48'/>
<id>urn:sha1:436dd015471cbdea443cfd98536e55e683833c48</id>
<content type='text'>
Add DEPLOY.md and prebuild.sh
Update READMEs
Change project name
</content>
</entry>
<entry>
<title>Do more minor refactoring</title>
<updated>2023-01-21T05:17:31+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-21T04:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=c318c4cedf3f50c21c403649945c2abbbc30a89e'/>
<id>urn:sha1:c318c4cedf3f50c21c403649945c2abbbc30a89e</id>
<content type='text'>
Document some variables coupled between client and server.
Add more term consistency ('unit', 'event density').
Make console messages more consistent.
</content>
</entry>
<entry>
<title>Adjust backend coding style</title>
<updated>2023-01-21T01:32:01+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-21T01:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=0a9b2c2e5eca8a04e37fbdd423379882863237c2'/>
<id>urn:sha1:0a9b2c2e5eca8a04e37fbdd423379882863237c2</id>
<content type='text'>
Increase line spacing, add section comments, etc
</content>
</entry>
<entry>
<title>Fix searches failing in certain cases</title>
<updated>2023-01-15T04:13:33+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-15T04:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=534bc456be7858e4a53edaa291347134d027a386'/>
<id>urn:sha1:534bc456be7858e4a53edaa291347134d027a386</id>
<content type='text'>
Fix server handling of 'incl' query param
Force update of idToEvent for certain searches
Adjust search-highlight-removal code to avoid pending-search case
Fix event-transition-skipping code in updateLayout() to handle quick repeated calls
</content>
</entry>
<entry>
<title>Add img_dist and img_disp db tables</title>
<updated>2023-01-14T11:03:57+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-14T11:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=ebe74b640adaed5382046a49b1c2d6a48b31ebfd'/>
<id>urn:sha1:ebe74b640adaed5382046a49b1c2d6a48b31ebfd</id>
<content type='text'>
Having separate event counts for events with images resolves some
redundant server querying, and makes event count indicators moree
representative.
</content>
</entry>
<entry>
<title>Add 'imgonly' server query param</title>
<updated>2023-01-14T06:06:55+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-14T06:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=a8ea534f13cc23dfab25c6d856f9d9833dd000ba'/>
<id>urn:sha1:a8ea534f13cc23dfab25c6d856f9d9833dd000ba</id>
<content type='text'>
Remove script for deleting events in db without images
</content>
</entry>
<entry>
<title>Use ctgs= query param for type=info requests</title>
<updated>2023-01-14T05:35:44+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-14T05:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=b5cf828824bcc6a9518ad66e91d91a2eae2ed5e1'/>
<id>urn:sha1:b5cf828824bcc6a9518ad66e91d91a2eae2ed5e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow showing events without images</title>
<updated>2023-01-14T05:10:31+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-14T05:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=96805eeb9edbbdde2277d155090c955cfa664506'/>
<id>urn:sha1:96805eeb9edbbdde2277d155090c955cfa664506</id>
<content type='text'>
Add setting for showing such events
Fix searches not always avoiding filtered categories
</content>
</entry>
<entry>
<title>Improve date display in info modal</title>
<updated>2023-01-14T00:26:10+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-14T00:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=21b5e5ee7bb933fa8235430aa63382b70dbe3d1b'/>
<id>urn:sha1:21b5e5ee7bb933fa8235430aa63382b70dbe3d1b</id>
<content type='text'>
Make desc field of EventInfo optional
Don't require desc in type=info result
Fix image not showing in info modal
</content>
</entry>
<entry>
<title>Re-enable images</title>
<updated>2023-01-13T07:56:04+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-13T07:56:04+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=3029a2f866b240856518cfa944b9e00ef37455db'/>
<id>urn:sha1:3029a2f866b240856518cfa944b9e00ef37455db</id>
<content type='text'>
</content>
</entry>
</feed>
