Commit Graph

46 Commits

Author SHA1 Message Date
HannesOberreiter
5f0d52a64a fix: 🎨 fix indentations 2023-05-29 19:13:36 +02:00
HannesOberreiter
53520359b1 style: 🎨 change to plural and use correct identations 2023-05-29 19:05:19 +02:00
HannesOberreiter
c56ac89d6f refactor: ♻️ refactor some utils 2023-05-29 17:31:00 +02:00
Mario Zechner
46eb2aff72
Merge pull request #10 from mhochsteger/unify_units
Unify units
2023-05-29 01:01:34 +02:00
Mario Zechner
c9ca788d46 Merge branch 'main' of https://github.com/badlogic/heissepreise 2023-05-29 00:42:32 +02:00
Mario Zechner
611a48809f Add store name to chart. 2023-05-29 00:42:24 +02:00
Markus Tiefenbacher
1fa31bdf7c Add Unimarkt Support 2023-05-29 00:08:32 +02:00
Matthias Hochsteger
dbe22ef5e6 Merge remote-tracking branch 'origin/main' into unify_units 2023-05-28 22:31:12 +02:00
Mario Zechner
9bacaf4fe4 Fix budget brand filtering, fix order of stores. 2023-05-28 21:06:19 +02:00
Mario Zechner
35c3bbbcca
Merge pull request #29 from iantsch/ui-generic-store
Refactor UI to generic store syntax
2023-05-28 20:37:45 +02:00
Matthias Hochsteger
cf2171737a Show a scale symbol for weighted articles, convert to l/kg 2023-05-28 19:25:15 +02:00
Matthias Hochsteger
2c19a6ccf3 show unit and quantity when available 2023-05-27 22:12:20 +02:00
Mario Zechner
9a75561929 Style fixes and cart import/export. 2023-05-27 20:56:26 +02:00
Mario Zechner
ce8e0fb102 Style changes, Ingest Dossier Data from xls converted to csv see https://www.dossier.at/dossiers/supermaerkte/quellen/anatomie-eines-supermarkts-die-methodik/ 2023-05-27 12:33:18 +02:00
Christian Tschugg
a886580469 Refactor UI to generic store syntax 2023-05-26 18:12:29 +02:00
Mario Zechner
42b89fa325 Add highestBefore field for analytic queries, remove price1-10/date1-10. 2023-05-26 16:50:33 +02:00
Mario Zechner
bf47a1d268
Merge pull request #27 from iantsch/responsive-tables
Add responsive tables
2023-05-26 15:49:24 +02:00
Christian Tschugg
d427d72174 Fix headerModifier 2023-05-26 14:35:21 +02:00
Christian Tschugg
0788e7cd53 Add responsive tables 2023-05-26 14:09:15 +02:00
Christian Tschugg
96253ac311 Fix lastPrice to object 2023-05-26 13:24:05 +02:00
Mario Zechner
4d7645efaf Add query link generation. 2023-05-26 11:28:40 +02:00
Mario Zechner
b93ebc1423 No more API, just a static file in site/ 2023-05-26 09:16:26 +02:00
Mario Zechner
f277d207cc Split search filters into more rows. 2023-05-26 08:21:02 +02:00
simmac
8711edb503 Added MPREIS support 2023-05-26 00:34:26 +02:00
Mario Zechner
1dc6dde7c4
Merge pull request #16 from simmac/main
Always show two decimals for price
2023-05-25 19:41:51 +02:00
Mario Zechner
0186fc0665
Merge branch 'main' into main 2023-05-25 16:10:55 +02:00
Mario Zechner
e556c1ace5 Cosmetics. 2023-05-25 16:09:34 +02:00
Simeon Macke (01505675)
42263b3217 Always show two decimals for price 2023-05-25 14:20:50 +02:00
Christian Tschugg
661ca82f6c Add limited support for LIDL 2023-05-25 14:03:19 +02:00
Mario Zechner
c54f9261df Sort of fix CSS for mobile. Filter in Preisänderungen. 2023-05-25 13:32:53 +02:00
simmac
e19360f3c2
Merge branch 'badlogic:main' into main 2023-05-25 12:30:32 +02:00
Simeon Macke (01505675)
fadb104d72 Add DM support 2023-05-25 12:28:12 +02:00
Mario Zechner
b9cf3f9e3c Percentage change in price dom. 2023-05-25 07:03:21 +02:00
Simeon Macke (01505675)
0509d18c7b Add eventlistener to Bio-selector 2023-05-24 19:38:09 +02:00
Simeon Macke (01505675)
72f913ea76 Add filter for "bio"/organic 2023-05-24 17:26:51 +02:00
Mario Zechner
a52ca5c51a More charting in cart. 2023-05-24 16:59:43 +02:00
Mario Zechner
5533395e04 Log alaSql parser error to console. 2023-05-24 12:00:33 +02:00
Mario Zechner
32dd0d9776 Refactoring search and charting, charts in product search. 2023-05-23 20:07:26 +02:00
Mario Zechner
dc8b4ece3d Allow SQL-like queries, enabled by prepending query with ! character, e.g. !price > 0.4 2023-05-23 11:21:48 +02:00
Mario Zechner
d872ec0c52 Fuzzy search for , and . 2023-05-20 15:47:07 +02:00
Mario Zechner
e5a5848986 Nicer colors. 2023-05-19 19:39:26 +02:00
Mario Zechner
b88f75c6fe Shitty colors. 2023-05-19 16:37:46 +02:00
Mario Zechner
8f67580822 Add carts. 2023-05-19 16:01:43 +02:00
Mario Zechner
4b781b8b70 Refactor search component for re-use. Refactor changes. 2023-05-19 14:47:40 +02:00
Mario Zechner
ae8de5ccc2 Fix store link generation. 2023-05-18 18:20:58 +02:00
Mario Zechner
df447df778 Beginning of carts. Refactorting of frontend code. 2023-05-18 18:14:51 +02:00