Commit Graph

257 Commits

Author SHA1 Message Date
Mario Zechner
c34c5c7343 Added loader. Stalls because to much work is done on the main thread. Good enough. 2023-06-18 15:35:09 +02:00
Mario Zechner
d13a0e2d55 Final answer. 2023-06-18 14:55:57 +02:00
Mario Zechner
e065057f81 Sigh #2... 2023-06-18 14:53:56 +02:00
Mario Zechner
538bf08d0b Sigh. 2023-06-18 14:51:37 +02:00
Mario Zechner
36d7ce59f0 Settings useJSON isn't what's expected. 2023-06-18 14:50:08 +02:00
Mario Zechner
d01d984706 Fix binary encoding of unit. 2023-06-18 14:45:35 +02:00
Mario Zechner
c578a7e5bc Default to JSON, don't make it an option for now. 2023-06-18 14:42:47 +02:00
Mario Zechner
898fa44ff1 Add description to items where available, use it in search index. 2023-06-17 20:54:45 +02:00
Mario Zechner
ad01cc0658 Add German compound word decomposition. Doesn't help a lot, need more context words apart from product name. 2023-06-17 20:29:43 +02:00
Mario Zechner
b6a9ec80b5 Added BM25 search index implementation. Run node site/js/bm25.js for testing. 2023-06-17 14:40:09 +02:00
Mario Zechner
c7537c341e Binary format optimization 4.4mb -> 3.9mb, don't store urls were not needed, use product-id instead of code-internal for spar items, 2023-06-17 01:11:21 +02:00
Mario Zechner
c9740b8660 Improved compression, 4.8mb -> 4.4mb and faster decoding. 2023-06-16 23:12:37 +02:00
Mario Zechner
d63d42d623 Write store info as part of binary serialization. 2023-06-16 20:38:39 +02:00
Mario Zechner
222720365c Improve binary decoding, make binary default. 2023-06-16 20:03:08 +02:00
Mario Zechner
d8a9da7692 Fix footer. 2023-06-16 19:37:07 +02:00
Mario Zechner
c1e703fd28 Fix cart management (import, save) 2023-06-16 19:24:43 +02:00
Mario Zechner
c7e7d27b53 Go to cart view after new cart was created. 2023-06-16 19:05:47 +02:00
Mario Zechner
ea5c133003 Binary compression (it's worse), unit prices in charts, small improvements. 2023-06-16 16:01:13 +02:00
Mario Zechner
c97c8116f6 "Fix" stepping of single item price lines with magic... 2023-06-16 00:48:51 +02:00
Mario Zechner
258936dc0c Fixed stepped charting. 2023-06-16 00:16:59 +02:00
Mario Zechner
cd429da10b Chart: Re-enable intersection mode, don't back or forward fill anymore 2023-06-16 00:13:12 +02:00
Mario Zechner
0580fa709d Don't backfill prices for charting. 2023-06-15 23:55:28 +02:00
Mario Zechner
f37e3c2b4b Fix footer. 2023-06-15 23:12:13 +02:00
Mario Zechner
220a0f0486 Add missing = operator... 2023-06-15 21:23:52 +02:00
Mario Zechner
bd1fa721e4 Settings page and settings for default selected stores, chart start date, and chart type. 2023-06-15 21:12:01 +02:00
Mario Zechner
ba5235b567 Merge branch 'main' of https://github.com/badlogic/heissepreise 2023-06-15 19:50:12 +02:00
Mario Zechner
9e5e8e00fc
Merge pull request #92 from iantsch/select-all-stores-ux
Fix select all stores ux
2023-06-15 19:49:36 +02:00
Mario Zechner
bbc2decb0d
Merge branch 'main' into main 2023-06-15 19:38:53 +02:00
Mario Zechner
fcb693615e Merge branch 'main' of https://github.com/badlogic/heissepreise 2023-06-15 19:37:16 +02:00
Mario Zechner
024da0328b Don't fetch and show lidl. We still fetch the data in the server. 2023-06-15 19:37:07 +02:00
Mario Zechner
bff3de097e
Merge pull request #98 from schwindp/patch-1
Update items-list.js, fixing a simple front page typo
2023-06-15 19:34:39 +02:00
Mario Zechner
6281e66dc7 Various improvements, perf, style, live-reload. 2023-06-15 19:25:35 +02:00
Peter Schwindt
c4c41aa922
Update items-list.js, fixing a simple front page typo
Just a humble typo
2023-06-15 19:02:03 +02:00
Mario Zechner
9646f07db5 More charting changes. restore.js can now take a h43z.json file and merge it with the restored history. Ask Mario for the data. 2023-06-14 17:07:02 +02:00
Mario Zechner
64350d27f6 Improved charting. 2023-06-14 04:06:25 +02:00
Mario Zechner
38a11e0e79 Moment + adapter, sorting when no order by clause in alasql query. 2023-06-14 02:56:31 +02:00
Mario Zechner
7b9a6fe969 h43z importer almost complete, merges with latest-canonical.json by replacing entire history. should be fixed to only merge in data we don't have. 2023-06-14 01:52:35 +02:00
Mario Zechner
7e0b6ac1f6 Improved compression 2023-06-14 00:11:34 +02:00
rich
9e780d28ec localized EUR y axis text 2023-06-14 00:09:17 +02:00
Mario Zechner
561194e64d Updated links to @h43z 2023-06-13 22:35:18 +02:00
Mario Zechner
69f11e135a Credit historical data sources. 2023-06-13 22:30:00 +02:00
Christian Tschugg
1d574eba81 Fix select all stores ux 2023-06-13 22:04:12 +02:00
Mario Zechner
7ad2a711f0 Merge branch 'main' of https://github.com/badlogic/heissepreise 2023-06-13 20:13:35 +02:00
Mario Zechner
9bb9e94440 When filter is set to priceChangesToday, show the price of the date, not the current price. Make item in price history bold. 2023-06-13 20:13:29 +02:00
Mario Zechner
3853c7312d
Merge pull request #88 from pretzelhands/patch-2
Change ZIP code in imprint
2023-06-13 19:34:24 +02:00
Mario Zechner
1d2eb5315e Fix some Hofer unit/quantity mistakes, add price per unit to frontend. 2023-06-13 10:09:52 +02:00
Mario Zechner
96422550e2 Fix default sort in changes. 2023-06-13 01:57:17 +02:00
Mario Zechner
32083105f8 Minor clean-up. 2023-06-13 01:19:07 +02:00
Mario Zechner
031114ebca The great refactor. 2023-06-13 01:16:27 +02:00
Mario Zechner
d70d7bbfe3 New cart page. 2023-06-13 01:04:12 +02:00