Commit Graph

33 Commits

Author SHA1 Message Date
Krzysztof Płaczek
2e4c79c87a Merge branch 'master' into feature/order-columns
# Conflicts:
#	Dockerfile
#	templates/productList.html.twig
2025-03-17 12:52:07 +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
Krzysztof Płaczek
9b6bcd22be Start working on sorting products by different columns. 2025-01-27 12:10:15 +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
Krzysztof Płaczek
4f0f0a5f00 Change application to symfony/console application 2024-05-08 09:31:26 +02:00
Krzysztof Płaczek
d2abfba355 Added twig template, templates and search functionality. 2024-03-28 16:07:19 +01:00
Krzysztof Płaczek
3d49eb5c92 Casting json categories column to array, filtering by categories. 2024-03-27 10:56:30 +01:00
Krzysztof Płaczek
b4536e4c6b Add price and product models 2024-03-26 12:42:06 +01:00