aboutsummaryrefslogtreecommitdiff
path: root/backend
AgeCommit message (Collapse)Author
2022-12-29Make server send error for breaking unit-count limitTerry Truong
2022-12-29Show event-count data on timelineTerry 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-28Convert 'scores' table to 'events_disp', removing 'scores' columnTerry Truong
2022-12-28Use scale-associated event scores for uniform spreadTerry Truong
Add 'dist' and 'scores' db tables Add 'scale' server query parameter (and remove 'excl') Disregard event-end when querying database
2022-12-26Fix filtering expression in server scriptTerry Truong
2022-12-18Add unit testingTerry 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-20Add gcal to client-side HistDatesTerry Truong
Add YearDate and CalDate Restrict non-calendar HistDates to years before 4713 BC
2022-10-20Account for null pop in histplorer.pyTerry Truong
2022-10-18Use shallowRef for event treeTerry 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-17Fix histplorer.py not accounting for start-only eventsTerry Truong
2022-10-05Add reduce_event_data.pyTerry Truong
Add unit test, update README
2022-10-05Add data serving scriptsTerry 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-04Add gen_picked_data.pyTerry Truong
Add unit test Update READMEs and .gitignore
2022-10-04Replace jdcal package with cal.pyTerry Truong
2022-10-04Add correction for jdcal treating year 0 as 1 BCETerry Truong
2022-10-03Add backend READMETerry Truong
2022-10-03Tweak gen_imgs.py outputTerry Truong
2022-10-03Add exponential-backoff download optionTerry Truong
2022-10-03Add gen_desc_data.pyTerry Truong
Add unit test, update README
2022-10-02Add gen_imgs.pyTerry Truong
Add package.json, for using npm package smartcrop-cli Add unit test
2022-10-02Add title column to img_data.dbTerry Truong
2022-10-02Add gen_pop_data.pyTerry Truong
2022-10-02Add per-event-category image limitTerry Truong
2022-10-01Update READMEs and .gitignoreTerry Truong
2022-10-01Add unit tests for Wikipedia extractionTerry Truong
2022-10-01Add scripts for Wikipedia dump extractionTerry Truong
2022-10-01Add unit tests for wikidata extractionTerry Truong
2022-10-01Add conversions for wikidata time dataTerry Truong
2022-09-30Add basic data extraction from wikidataTerry Truong