Commit Graph

91 Commits

Author SHA1 Message Date
Krzysztof Płaczek
11284e59ea Add intl extension to dockerfile 2024-11-17 17:56:29 +01:00
50305d5b5d Merge pull request 'Add twig extra bundle to use currency formatter filter. Add custom twig method to display number of active promos. Remove old index.php file.' (#5) from feature/display-stock into master
Reviewed-on: #5
2024-11-17 16:38:32 +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
f1c0ec6b3a Merge pull request 'Add dotenv package and .env file' (#3) from feature/dotenvfile into master
Reviewed-on: #3
2024-11-15 09:32:07 +01:00
0168290340 Merge pull request 'Hide code column on mobile' (#4) from feature/hide-code-column-on-mobile into master
Reviewed-on: #4
2024-10-26 11:58:30 +02:00
Krzysztof Płaczek
f451bfca0e Hide code column on mobile 2024-10-26 11:56:49 +02:00
Krzysztof Płaczek
c280abe484 Fix number of columns on product list. 2024-10-20 15:51:05 +02:00
Krzysztof Płaczek
7053716924 Add dotenv package and .env file 2024-10-20 12:57:16 +02:00
a911d614e0 Merge pull request 'feature/micro-kernel-trait' (#2) from feature/micro-kernel-trait into master
Reviewed-on: #2
2024-10-19 16:38:30 +02: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
3d47726a81 Merge pull request 'Promo endpoint that display only products on sale.' (#1) from feature/promo-branch into master
Reviewed-on: #1
2024-10-18 11:28:01 +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
22cc3f699b Change port to 9001 port allocation collision. 2024-10-13 12:40:26 +02:00
Krzysztof Płaczek
a1b6d65137 Change port to avoid sentry port allocation collision. 2024-10-13 12:39:19 +02:00
Krzysztof Płaczek
7ee8df32f9 Add screenshot 2024-10-12 18:41:49 +02:00
Krzysztof Płaczek
2842ad1b2e Update README.md, remove migration.php, add message to browser.php 1.1.1 2024-10-12 12:48:15 +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
b9ba72c308 Automatic redirection when accessing index.php not from cli. 2024-05-08 08:28:43 +02:00
Krzysztof Płaczek
d2abfba355 Added twig template, templates and search functionality. 2024-03-28 16:07:19 +01:00
Krzysztof Płaczek
5d0a44946f Fixed filtering by categories. 2024-03-27 12:13:42 +01:00
Krzysztof Płaczek
3ca24cb7c8 Filtering json field. 2024-03-27 11:36:18 +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
Krzysztof Płaczek
5dc1c9d9f0 Add database migration script. 2024-03-25 09:53:09 +01:00
Krzysztof Płaczek
16614316ec Save prices to the database to the history table. Added simple browse script. 2024-03-24 09:01:36 +01:00
Krzysztof Płaczek
cb9eae65c7 Fetch data from ryobi api and save it into database. 2024-03-18 07:33:46 +01:00
12f5554068 Initial commit 2024-03-15 10:47:33 +01:00