Commit Graph

297 Commits

Author SHA1 Message Date
Mario Zechner
bdfd1dc54a
Merge pull request #108 from HannesOberreiter/style
feat: 🎨 style changes
2023-06-24 20:04:54 +02:00
Mario Zechner
b9c9648371 Use ogg 2023-06-24 18:57:30 +02:00
Mario Zechner
ce1aa31d45 Media reports page 2023-06-24 18:55:51 +02:00
HannesOberreiter
06621b6bc8 feat: 🎨 add utility to format numbers to locale and format table count to locale 2023-06-24 09:54:24 +02:00
HannesOberreiter
a19a70dcd1 feat: 🎨 change footer to make links more standout 2023-06-24 09:41:23 +02:00
HannesOberreiter
c75501a56a feat: 🎨 add hover effekt for links 2023-06-24 09:41:02 +02:00
Mario Zechner
f5940dcd79 CSV export, for details see https://docs.google.com/document/d/1Q5OWJOICXjSzTEIHBZgJl1p3FsiWFO0lzXIuwGbXBck/edit#heading=h.2nh5hygulv36 2023-06-23 23:01:03 +02:00
Mario Zechner
29e827c71d Fix Lidl bio handling and budget brands. See #93 2023-06-22 22:55:25 +02:00
Mario Zechner
8d2d8fd80b support umlauts in tokenizer 2023-06-22 22:36:33 +02:00
Mario Zechner
7578f544db Fix query parser, allow smushing parts of quantity queries together without whitespace. 2023-06-22 22:30:54 +02:00
Mario Zechner
362864761b Highlight query tokens. 2023-06-22 22:17:12 +02:00
Mario Zechner
1309500e1c Forward to the real site from GH pages. 2023-06-22 21:39:20 +02:00
Mario Zechner
ef0c52ea58 Twitter link. 2023-06-22 20:47:31 +02:00
Mario Zechner
a931ac5535 I hate UX 2023-06-22 20:23:07 +02:00
Mario Zechner
1f5fdf4d29 Link video externally. 2023-06-22 18:58:25 +02:00
Mario Zechner
7c0861ba96 Add links to video and text guide. 2023-06-22 17:12:24 +02:00
Mario Zechner
5a8e3a0528 Fix price changes filter visibility. 2023-06-22 16:46:42 +02:00
Mario Zechner
ffe4f4c4f8 Don't ignore unavailable. 2023-06-22 12:40:58 +02:00
Mario Zechner
ac03c20c39 Closes #103 2023-06-21 22:01:06 +02:00
Mario Zechner
c8a1e41abb Setting to show only available items. On by default. 2023-06-21 21:39:33 +02:00
Mario Zechner
97b4b25933 Show alaSQL errors in the UI. 2023-06-21 21:29:57 +02:00
Mario Zechner
1b9505d9cc Mario is an idiot. 2023-06-21 18:38:09 +02:00
Mario Zechner
807c6e90e2 Fix import. 2023-06-21 18:25:21 +02:00
Mario Zechner
4fc46fc335 Fix visibility of filter groups, fix diagram show/hide. 2023-06-21 17:25:48 +02:00
Mario Zechner
60ecb68924 Mark unavailable items in data and with 💀 in ui, add emojis to category names, hide filter groups if ! query, 2023-06-21 17:07:45 +02:00
Mario Zechner
d9ed69f578 Fix Penny URLs, invert category filter checkbox logic. 2023-06-21 16:15:05 +02:00
Mario Zechner
f2ef75e5c4 Remove old entries for discount only stores. Closes #102 2023-06-21 16:00:59 +02:00
Mario Zechner
303d25ccb5 Categories for Billa & Spar, infra to add catgories for other stores.
Billa maps directly to the canonical categories. Spar uses a mapping file stores/spar-categories.json.

Each store has a generateCategoryMapping() function which is called once in analysis.js:updateData() and analysis.js:replay(). The function is responsible for

* Fetching the latest categories
* Merging them with already mapped categories
* Report new categories that haven't been mapped yet
* Report categories that have been mapped but are no longer part of the latest set of categories
* Save the merged mappings to disk

This schema might not work for all stores, in which case updateData() and replay() will use a knn approach to figure out the category for an item. See #81
2023-06-21 01:29:00 +02:00
Mario Zechner
55b8a79107 Try to unfuck some chart related CSS. 2023-06-20 00:22:22 +02:00
Mario Zechner
9f4d06467f Clean-up. 2023-06-19 01:53:08 +02:00
Mario Zechner
6569b17da2 Remove binary encoding, web worker, clean-up. 2023-06-18 23:23:02 +02:00
Mario Zechner
be552fcd9e Hard code JSON data usage. 2023-06-18 22:52:32 +02:00
Mario Zechner
ae470972b0 Lower items list batch size for faster rendering. 2023-06-18 22:44:33 +02:00
Mario Zechner
f315d03829 Remove sparSi, use getters instead of precalculated values in item. See #99 145mb - 92mb 2023-06-18 22:35:48 +02:00
Mario Zechner
a93c581ef9 Intern strings. See #99. 2023-06-18 20:29:03 +02:00
Mario Zechner
d636362acc Don't precalculate item url. See #99 166 -> 159mb 2023-06-18 20:14:36 +02:00
Mario Zechner
887c72be64 Require at least 3 characters for queries. 2023-06-18 19:24:07 +02:00
Mario Zechner
be0516fca6 Fix log message. 2023-06-18 17:36:46 +02:00
Mario Zechner
e2b38aec95 Higher debounce delay on mobile. 2023-06-18 16:24:32 +02:00
Mario Zechner
916f7af5ec Add web worker support for loading items. It's much slower than just blocking on the main thread. 2023-06-18 16:16:01 +02:00
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