<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrona/backend/chrona.py, 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>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>
</feed>
