Commit Graph

21 Commits

Author SHA1 Message Date
Krzysztof Płaczek
e935820570 Add a separate pool to keep iss_data 2024-10-21 09:02:25 +02:00
Krzysztof Płaczek
d44091fe6e Installed and used composer require symfony/http-client and printing Iss location data on homepage. 2024-10-19 18:01:18 +02:00
Krzysztof Płaczek
6172d76b79 Installed and used composer require knplabs/knp-time-bundle to render time since ship arrived at. 2024-10-19 17:34:10 +02:00
Krzysztof Płaczek
c2998606b5 Add an arrivedAt property to starship and print it. 2024-10-19 16:53:07 +02:00
Krzysztof Płaczek
d5dc033be9 Add maker bundle with a command composer require symfony/maker-bundle --dev 2024-10-19 16:47:13 +02:00
Krzysztof Płaczek
0681f1ac28 Remove --class from class property in starship repository. 2024-10-18 17:59:16 +02:00
Krzysztof Płaczek
d2d2de4b85 Added stimulus and turbo. Added first controller to close sidebar. 2024-10-18 17:53:53 +02:00
Krzysztof Płaczek
471baaf562 Polished links and filled in values for ship properties. Added methods to return ship status as string and convert ship status to an asset link. 2024-10-18 16:35:18 +02:00
Krzysztof Płaczek
231745d315 Refactor ship status to be enum instead of string. 2024-10-18 16:21:44 +02:00
Krzysztof Płaczek
08d6ed936b Add symfony/asset-mapper and symfony/asset packages. Using asset twig function to load image from asset directory. Installed tailwind package. Added configuration to .symfony.local.yaml to handle building tailwind automagicly. 2024-10-18 16:02:08 +02:00
Krzysztof Płaczek
fd96b128d0 Created new page do display single ship and linked this from homepage with names routes. 2024-10-18 12:20:50 +02:00
Krzysztof Płaczek
2eccc51981 Add method to return single ship, as well as matching route. 2024-10-18 12:10:06 +02:00
Krzysztof Płaczek
1a2b801cd9 Add repository with autowireing. 2024-10-17 21:31:31 +02:00
Krzysztof Płaczek
303d742659 Add symfony serializer with composer require serializer command. Add api endpoint. Use logger service in new controller. Add some phony model. 2024-10-17 21:00:58 +02:00
Krzysztof Płaczek
d4aa0dde32 Add symfony debugbar with composer require debug command 2024-10-17 17:38:28 +02:00
Krzysztof Płaczek
49338c31b5 Splitting twig files into multiple and using template inheritance. 2024-10-17 17:03:52 +02:00
Krzysztof Płaczek
e5fd6ea778 Installed twig with composer require twig command. 2024-10-17 12:23:16 +02:00
Krzysztof Płaczek
cd62d1c0f7 Installed twig with composer require twig command. 2024-10-17 11:49:31 +02:00
Krzysztof Płaczek
718855aaf6 Add cs fixer and first controller with route /. 2024-10-16 16:34:55 +02:00
Krzysztof Płaczek
8d18667263 Symfony project core files. 2024-10-16 14:16:10 +02:00
7a9a99bc86 Initial commit 2024-10-16 13:01:12 +02:00