| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-04 | Add database index events_id_start_idx | Terry Truong | |
| 2023-01-04 | Remove server-side conversion of YearDates >4713 BC to CalDates | Terry Truong | |
| The conversion was originally intended to simply the code. But, as events may span years before and after 4713 BC, the conversion introduces the possibility of having both YearDates and CalDates in the same event, which is unhelpful. | |||
| 2023-01-03 | Query server when zoomed in enough even if within an already queried range | Terry Truong | |
| For server query parameter range=date1.date2, exclude date2 Fix unnecessary calendar-to-year date conversion when building sql query For frontend DateRangeTree class, rename has() to contains() | |||
| 2023-01-03 | Temporarily disable sending/showing event images | Terry Truong | |
| For testing while waiting for images to download | |||
| 2023-01-03 | Extend gen_pageview_data.py to handle problematic lines | Terry Truong | |
| 2023-01-02 | Only generate square images | Terry Truong | |
| 2023-01-02 | Adjust wikidata event specifiers | Terry Truong | |
| 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 | |||
| 2022-12-30 | Generate event_disp data before image-generation | Terry Truong | |
| 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 | |||
| 2022-12-29 | Make server send error for breaking unit-count limit | Terry Truong | |
| 2022-12-29 | Show event-count data on timeline | Terry Truong | |
| 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 | |||
| 2022-12-28 | Convert 'scores' table to 'events_disp', removing 'scores' column | Terry Truong | |
| 2022-12-28 | Use scale-associated event scores for uniform spread | Terry Truong | |
| Add 'dist' and 'scores' db tables Add 'scale' server query parameter (and remove 'excl') Disregard event-end when querying database | |||
| 2022-12-26 | Fix filtering expression in server script | Terry Truong | |
| 2022-12-18 | Add unit testing | Terry Truong | |
| Install vitest, happy-dom, and @testing-library/vue Add lib.ts and rbtree.ts tests in tests/ Modularise some date-range-managing code from App.vue into lib.ts | |||
| 2022-10-20 | Add gcal to client-side HistDates | Terry Truong | |
| Add YearDate and CalDate Restrict non-calendar HistDates to years before 4713 BC | |||
| 2022-10-20 | Account for null pop in histplorer.py | Terry Truong | |
| 2022-10-18 | Use shallowRef for event tree | Terry Truong | |
| - Fixes 'saved is null' errors - De-lint rbtree.ts - Add rbtree_shallow_copy(), for triggering changes upon modifying the eventTree (using triggerRef doesn't work) | |||
| 2022-10-17 | Fix histplorer.py not accounting for start-only events | Terry Truong | |
| 2022-10-05 | Add reduce_event_data.py | Terry Truong | |
| Add unit test, update README | |||
| 2022-10-05 | Add data serving scripts | Terry Truong | |
| Add histplorer.py, implementing the http query interface Add unit test Add server.py as a simple backend dev server Update documentation | |||
| 2022-10-04 | Add gen_picked_data.py | Terry Truong | |
| Add unit test Update READMEs and .gitignore | |||
| 2022-10-04 | Replace jdcal package with cal.py | Terry Truong | |
| 2022-10-04 | Add correction for jdcal treating year 0 as 1 BCE | Terry Truong | |
| 2022-10-03 | Add backend README | Terry Truong | |
| 2022-10-03 | Tweak gen_imgs.py output | Terry Truong | |
| 2022-10-03 | Add exponential-backoff download option | Terry Truong | |
| 2022-10-03 | Add gen_desc_data.py | Terry Truong | |
| Add unit test, update README | |||
| 2022-10-02 | Add gen_imgs.py | Terry Truong | |
| Add package.json, for using npm package smartcrop-cli Add unit test | |||
| 2022-10-02 | Add title column to img_data.db | Terry Truong | |
| 2022-10-02 | Add gen_pop_data.py | Terry Truong | |
| 2022-10-02 | Add per-event-category image limit | Terry Truong | |
| 2022-10-01 | Update READMEs and .gitignore | Terry Truong | |
| 2022-10-01 | Add unit tests for Wikipedia extraction | Terry Truong | |
| 2022-10-01 | Add scripts for Wikipedia dump extraction | Terry Truong | |
| 2022-10-01 | Add unit tests for wikidata extraction | Terry Truong | |
| 2022-10-01 | Add conversions for wikidata time data | Terry Truong | |
| 2022-09-30 | Add basic data extraction from wikidata | Terry Truong | |
