<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrona/backend/hist_data/gen_disp_data.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 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>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 'unit' column to event_disp table</title>
<updated>2023-01-04T04:58:18+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-04T04:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=472fa9c1f11a3c16e10541ce8b9de44a6dadeeec'/>
<id>urn:sha1:472fa9c1f11a3c16e10541ce8b9de44a6dadeeec</id>
<content type='text'>
Use 'unit' to narrow search of 'event_disp' values
Simplify SQL queries to use 'unit' instead of 'start' and 'fmt'
Fix minor HistDate documentation error
</content>
</entry>
<entry>
<title>Adjust wikidata event specifiers</title>
<updated>2023-01-02T03:51:53+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2023-01-02T03:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=56369bccd977ac726bef70895883e79da4e1edd8'/>
<id>urn:sha1:56369bccd977ac726bef70895883e79da4e1edd8</id>
<content type='text'>
Do minor refactors:
- Swap fmt=1 and fmt=2 in 'events' table
- Make documentation consistently use BC and AD
- import argparse at start of scripts
</content>
</entry>
<entry>
<title>Generate event_disp data before image-generation</title>
<updated>2022-12-30T12:33:37+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-30T12:28:09+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=0e5e46cedaaeacf59cfd0f2e30c1ae6923466870'/>
<id>urn:sha1:0e5e46cedaaeacf59cfd0f2e30c1ae6923466870</id>
<content type='text'>
Make gen_disp_data.py delete non-displayable events
Make reduce_event_data.py also delete from 'dist' and 'event_disp'
Remove MAX_IMGS_PER_CTG from enwiki/gen_img_data.py
Make gen_desc_data.py include events without images
</content>
</entry>
<entry>
<title>Show event-count data on timeline</title>
<updated>2022-12-29T05:20:26+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-29T05:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=20d69469a4c80a196de23625d0420487b0ed04a6'/>
<id>urn:sha1:20d69469a4c80a196de23625d0420487b0ed04a6</id>
<content type='text'>
Backend:
	Send event-count data to client in EventResponse instance
	Fix certain usages of gregorian calendar instead of julian
	Move HistDate, SCALES, etc, into cal.py
Frontend:
	Make App update a unitCountMaps object using event-count data from server
	Make TimeLine show visual indication of unit counts
	Add showEventCounts option to store
Update unit tests
</content>
</entry>
<entry>
<title>Convert 'scores' table to 'events_disp', removing 'scores' column</title>
<updated>2022-12-28T09:49:13+00:00</updated>
<author>
<name>Terry Truong</name>
<email>terry06890@gmail.com</email>
</author>
<published>2022-12-28T09:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://terryt.dev/cgit/chrona/commit/?id=4ad7206443660587a15a7b47384b927188155da8'/>
<id>urn:sha1:4ad7206443660587a15a7b47384b927188155da8</id>
<content type='text'>
</content>
</entry>
</feed>
