|
|
22e4034ae3
|
Start working on handling multiple countries at once
|
2026-01-17 09:56:40 +01:00 |
|
|
|
03b74aa33d
|
Start working on handling multiple countries at once
|
2026-01-16 16:20:21 +01:00 |
|
|
|
e1340d45ed
|
Start working on handling multiple countries at once
|
2026-01-16 11:20:34 +01:00 |
|
|
|
4983f868df
|
Start working on handling multiple countries at once
|
2026-01-16 11:02:57 +01:00 |
|
|
|
f2a9bdf993
|
Start working on handling multiple countries at once
|
2026-01-16 08:44:36 +01:00 |
|
|
|
ebe40785fa
|
Clear list cache after clicking on a star item.
|
2026-01-15 10:29:24 +01:00 |
|
|
|
4cf1c2f90b
|
Clear list cache after clicking on a star item.
|
2026-01-15 08:47:17 +01:00 |
|
|
|
b7ebf7374a
|
Handle gaps in chart data when the product disappeared from the store then appeared again.
|
2026-01-12 09:03:14 +01:00 |
|
|
|
45343c9121
|
Filer items that have currently the lowest price.
|
2026-01-11 10:32:29 +01:00 |
|
|
|
cbf143c7a0
|
Handle lastSeen column and all the discontinued items.
|
2026-01-10 09:21:59 +01:00 |
|
|
|
7920172735
|
Handle lastSeen column and all the discontinued items.
|
2026-01-10 08:56:31 +01:00 |
|
|
|
8e8ef8fe04
|
Increase speed of processing the prices and products. Because this is getting out of hand.
|
2026-01-08 17:18:46 +01:00 |
|
|
|
9c2405dd3f
|
Merge branch 'refs/heads/master' into feature/autowired-database
# Conflicts:
# templates/productList.html.twig
|
2026-01-04 20:29:35 +01:00 |
|
|
|
2c40fb0e61
|
Update
|
2026-01-02 12:15:42 +01:00 |
|
|
|
5314a6a70a
|
Fix search twig cache.
|
2026-01-01 18:46:18 +01:00 |
|
Krzysztof Płaczek
|
76d8b7d9cf
|
Autowire database connection.
|
2025-05-14 15:15:49 +02:00 |
|
Krzysztof Płaczek
|
f30304cbe9
|
Autowire database connection.
|
2025-05-14 13:15:36 +02:00 |
|
|
|
dc287aadc6
|
Merge pull request 'feature/lowest-price' (#27) from feature/lowest-price into master
Reviewed-on: #27
|
2025-05-14 12:46:12 +02:00 |
|
Krzysztof Płaczek
|
7352eea270
|
Add the lowest price column to every product list view
|
2025-05-14 10:28:58 +02:00 |
|
Krzysztof Płaczek
|
e97d976705
|
Implement a caching mechanism
|
2025-05-14 09:03:25 +02:00 |
|
|
|
beb717f9b9
|
Add lowest price first draft.
|
2025-05-13 23:34:51 +02:00 |
|
Krzysztof Płaczek
|
a01174b414
|
Implement a caching mechanism
|
2025-05-13 18:29:51 +02:00 |
|
Krzysztof Płaczek
|
e6e8f2fc15
|
All products menu link
|
2025-02-19 15:34:51 +01:00 |
|
Krzysztof Płaczek
|
5c2777999a
|
Add a tooltip with last update to discontinued items.
|
2025-02-16 10:22:09 +01:00 |
|
Krzysztof Płaczek
|
81f9c863c7
|
Keep track of discontinued items. That means items that were tracked, but then they were never updated.Added is discontinued badge.
|
2025-02-15 11:33:24 +01:00 |
|
|
|
a26ad401df
|
Merge pull request 'Add chart line to display stock as well as price.' (#15) from feature/display-stock-in-chart into master
Reviewed-on: #15
|
2025-01-26 11:42:38 +01:00 |
|
Krzysztof Płaczek
|
3705990be1
|
Add chart line to display stock as well as price.
|
2025-01-26 11:41:42 +01:00 |
|
|
|
d6bcffc3e1
|
Add new badge. Update screenshot.
|
2025-01-05 18:50:34 +01:00 |
|
|
|
faf9c8a480
|
Update src/Twig/AppExtension.php
|
2025-01-05 16:27:15 +01:00 |
|
|
|
14104f61a4
|
Add new items listing and counting
|
2025-01-05 16:19:49 +01:00 |
|
Krzysztof Płaczek
|
369bacc38c
|
Remove duplicate products in category view due to the bug with the list of category.
|
2024-11-26 08:28:23 +01:00 |
|
Krzysztof Płaczek
|
a6b108cb74
|
Add a badge for stock
|
2024-11-23 11:34:00 +01:00 |
|
Krzysztof Płaczek
|
0e8c312f5e
|
Order by starred flag and create date in promos view
|
2024-11-21 09:45:31 +01:00 |
|
Krzysztof Płaczek
|
f963dcd4c8
|
Display stock in product info in price table.
|
2024-11-17 16:38:22 +01:00 |
|
Krzysztof Płaczek
|
48ee68f71a
|
Add twig extra bundle to use currency formatter filter. Add custom twig method to display number of active promos. Remove old index.php file.
|
2024-11-17 12:33:40 +01:00 |
|
Krzysztof Płaczek
|
58562746a3
|
Thrown product not found exception.
|
2024-10-19 16:37:41 +02:00 |
|
Krzysztof Płaczek
|
5ee1bba812
|
Use MicroKernelTrait to bootstrap application. Rewrote routes, controllers and structure of application a bit. Including use of twig.
|
2024-10-19 16:01:54 +02:00 |
|
Krzysztof Płaczek
|
fee7495cfe
|
Promo endpoint that display only products on sale.
|
2024-10-18 11:24:46 +02:00 |
|
Krzysztof Płaczek
|
53b6d33ab9
|
Display price discount on items list.
|
2024-10-17 10:22:32 +02:00 |
|
Krzysztof Płaczek
|
3cc5d73758
|
Autostart docker app unless stopped on purpose. Update README.md and describe cron scheduling. Add chart to product view and sort product prices.
|
2024-10-15 20:20:57 +02:00 |
|
Krzysztof Płaczek
|
d043e8efb1
|
Change url naming convention. Update README.md
|
2024-10-14 14:04:15 +02:00 |
|
Krzysztof Płaczek
|
2b595c1403
|
Update star route.
|
2024-10-14 09:34:23 +02:00 |
|
Krzysztof Płaczek
|
f2e6cba2f5
|
Split browser.php to commands with routes.
|
2024-10-13 20:44:14 +02:00 |
|
Krzysztof Płaczek
|
e13a0acce1
|
Add parameter recreate to migration command.
|
2024-10-13 20:33:30 +02:00 |
|
Krzysztof Płaczek
|
77732689d8
|
Remove product property agilityID.
|
2024-10-13 12:46:56 +02:00 |
|
Krzysztof Płaczek
|
39e0262036
|
Update packages. Add docker support, move migration to command, add stocks as a new table.
|
2024-10-12 09:08:32 +02:00 |
|
Krzysztof Płaczek
|
8827daec5d
|
Split command class into more manageable methods
|
2024-05-26 10:54:52 +02:00 |
|
Krzysztof Płaczek
|
a204439a27
|
Added a way to starr a product, so it floats on top of the list of products
|
2024-05-19 11:43:56 +02:00 |
|
Krzysztof Płaczek
|
584bdcdf89
|
Use progress bar to track progress
|
2024-05-18 21:01:16 +02:00 |
|
Krzysztof Płaczek
|
56fd13c627
|
Use progress bar to track progress
|
2024-05-18 20:58:16 +02:00 |
|