<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrona/backend, branch package-imports</title>
<subtitle>Chrona: Interactive Historical Timeline</subtitle>
<id>https://terryt.dev/cgit/chrona/atom?h=package-imports</id>
<link rel='self' href='https://terryt.dev/cgit/chrona/atom?h=package-imports'/>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/'/>
<updated>2023-02-05T02:55:00+00:00</updated>
<entry>
<title>Use relative imports between data generation scripts</title>
<updated>2023-02-05T02:55:00+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-02-05T02:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=ff638e269d439c853b5182b68ff10777f12597f1'/>
<id>urn:sha1:ff638e269d439c853b5182b68ff10777f12597f1</id>
<content type='text'>
Avoids the need for code that modifies sys.path, but requires
running of the scripts using 'python -m' with backend/ as cwd.

Also expects constants like DB_FILE to be non-relative, due to
running from backend/.
</content>
</entry>
<entry>
<title>Use requirements.txt for backend dependencies</title>
<updated>2023-02-04T11:39:48+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-02-04T11:39:48+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=cc79c17fbc05bddc8b08f2734e721bc241123a4e'/>
<id>urn:sha1:cc79c17fbc05bddc8b08f2734e721bc241123a4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust limits and timeouts</title>
<updated>2023-01-24T08:33:27+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-24T08:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=0f74c8bad0b176f808cdf53911f70d5d791823fe'/>
<id>urn:sha1:0f74c8bad0b176f808cdf53911f70d5d791823fe</id>
<content type='text'>
Increase MAX_REQ_EVENTS in chrona.py. Without this, a large-screened
client might request with a limit of 700 events, more than the
previous server limit of 500, causing the client to display nothing.

Reduce onEventDisplay() throttling timeout in App.vue, for faster
user responsiveness.
</content>
</entry>
<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>Make gen_picked_data.py update event distribution tables</title>
<updated>2023-01-20T10:01:35+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-20T10:01:35+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=014da2e01cde7c19169efc29242e90a71b6d328c'/>
<id>urn:sha1:014da2e01cde7c19169efc29242e90a71b6d328c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable gen_picked_events.py to modify and delete events</title>
<updated>2023-01-20T08:15:23+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-20T08:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=c0c5bed9751ee6fc0c0f31f9175ed6fc892fcc12'/>
<id>urn:sha1:c0c5bed9751ee6fc0c0f31f9175ed6fc892fcc12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust backend docs after another db regeneration</title>
<updated>2023-01-18T09:21:22+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-18T09:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=4cb5ec14bcfb2db4574c0b0b0d4d4aff59e24c8a'/>
<id>urn:sha1:4cb5ec14bcfb2db4574c0b0b0d4d4aff59e24c8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove EXCL_PROPS from gen_events_data.py</title>
<updated>2023-01-17T08:07:03+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-17T08:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=f3e08d5e636849f9c503d65cee8953f183a3dc2a'/>
<id>urn:sha1:f3e08d5e636849f9c503d65cee8953f183a3dc2a</id>
<content type='text'>
</content>
</entry>
</feed>
