Find a file
Oliver Davies 0c91825c16 Create a cached talk counter
Create a cached version of the talk counter service that returns a
cached result of the talk count for that day.

This uses the Decorator design pattern to decorate the existing
`TalkCounter` service and works as they both implement the same
`TalkCounterInterface`.
2024-05-16 14:05:26 +01:00
.githooks Update build configuration files 2024-05-11 13:46:57 +02:00
.github/workflows Initial commit 2024-04-04 18:20:16 +01:00
config/sync Hide event date on talk pages 2024-05-12 08:54:25 +02:00
tools Enable markdown for editing HTML 2024-04-08 22:51:13 +01:00
web Create a cached talk counter 2024-05-16 14:05:26 +01:00
.dockerignore Initial commit 2024-04-04 18:20:16 +01:00
.env.example Switch from nginx to Apache 2024-04-04 19:27:09 +01:00
.gitignore Update build configuration files 2024-05-11 13:46:57 +02:00
.hadolint.yaml Initial commit 2024-04-04 18:20:16 +01:00
.tmuxinator.yaml Start the project in a window 2024-04-04 23:16:58 +01:00
build.yaml Add tools as an extra directory to apply patches 2024-04-15 08:03:07 +01:00
composer.json Add Gin admin theme and Gin Toolbar module 2024-04-18 15:31:56 +01:00
composer.lock Add Gin admin theme and Gin Toolbar module 2024-04-18 15:31:56 +01:00
docker-compose.yaml Update build configuration files 2024-05-11 13:46:57 +02:00
Dockerfile Add tools as an extra directory to apply patches 2024-04-15 08:03:07 +01:00
phpcs.xml.dist Initial commit 2024-04-04 18:20:16 +01:00
phpstan.neon Fix some PHPStan errors 2024-04-18 20:41:03 +01:00
phpstan.neon.dist Initial commit 2024-04-04 18:20:16 +01:00
phpunit.xml.dist Initial commit 2024-04-04 18:20:16 +01:00
README.md Add README 2024-04-04 23:10:57 +01:00
run Initial commit 2024-04-04 18:20:16 +01:00
todo Add todo 2024-04-04 23:11:17 +01:00

oliverdavies.uk-drupal