aboutsummaryrefslogtreecommitdiff
path: root/backend/hist_data/gen_events_data.py
AgeCommit message (Collapse)Author
2023-01-16Fix some wikidata processing bugsTerry Truong
Interpret 'estimated age' event data relative to 1 AD. Exclude fictional characters/etc. Use category-specific time-indicative properties.
2023-01-05Add partially-complete search modalTerry Truong
For now, use placeholder code for jumping to a search result. Add db index for case-insensitive event title searching. Make type=info requests accept title instead of ID (for looking up a searched-for title). Make EventInfo contain an Event field (for showing info in search suggestions). Add titleToEvent map in App, for use by SearchModal to look up searched-for titles. Add keyboard shortcuts to open/close search and info modals.
2023-01-04Add database index events_id_start_idxTerry Truong
2023-01-03Extend gen_pageview_data.py to handle problematic linesTerry Truong
2023-01-02Adjust wikidata event specifiersTerry 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-10-04Replace jdcal package with cal.pyTerry Truong
2022-10-04Add correction for jdcal treating year 0 as 1 BCETerry Truong
2022-10-01Update READMEs and .gitignoreTerry Truong