Integrates server side data privacy conform tracking into TYPO3 https://daniel-siepmann.de/projects/typo3-extension-tracking.html
Go to file
Daniel Siepmann 5aa08b5e6c Fix wrong recordview example configuration
The `traverse()` function takes two arguments where the 2nd is the full
path with `/` as separator.
The example was wrong and not fully adopted.
The changelog already hold the correct information.

This is now adjusted, thanks to Andrea for reporting the issue.
2023-08-23 10:25:18 +02:00
.github/workflows Make sql within tests on CI more robust 2023-05-11 09:52:18 +02:00
Classes Remove v12 upgrade findings 2023-05-11 15:58:22 +02:00
Configuration Remove v12 upgrade findings 2023-05-11 15:58:22 +02:00
Documentation Fix wrong recordview example configuration 2023-08-23 10:25:18 +02:00
Resources Add icons for extension 2020-09-23 09:52:22 +02:00
Tests Migrate test fixtures to PHP Data Sets 2023-05-11 15:16:43 +02:00
.gitattributes Migrate to php-cs-fixer 2023-04-27 11:12:10 +02:00
.gitignore Add PSR-12 2020-02-25 22:35:29 +01:00
.php-cs-fixer.dist.php Migrate to php-cs-fixer 2023-04-27 11:12:10 +02:00
LICENSE Initial commit 2020-02-25 17:42:14 +01:00
composer.json Migrate test fixtures to PHP Data Sets 2023-05-11 15:16:43 +02:00
ext_emconf.php Ignore "Uptime-Kuma" checker by default (#106) 2023-04-26 17:14:56 +02:00
ext_localconf.php Allow copy of pages 2021-06-02 06:25:27 +02:00
ext_tables.sql Fix broken performance of list module 2022-02-02 13:28:02 +01:00
phpstan-baseline.neon Support TYPO3 v12.1 (#96) 2022-12-07 13:37:19 +01:00
phpstan.neon Support TYPO3 v12.1 (#96) 2022-12-07 13:37:19 +01:00
phpunit.xml.dist Migrate phpunit configuration for 9.3.x 2020-08-07 10:46:37 +02:00
readme.rst Update sponsoring information 2021-08-03 12:49:52 +02:00
shell.nix Allow execution of cs-fixer with PHP 8.2 2023-05-11 09:19:40 +02:00

readme.rst

About

This extension was made to demonstrate technical features of TYPO3. Since v1.0.0 it is also available on packagist and intended for usage on production systems.

The following features should be demonstrated:

PSR-4 Autoloading Standard

Use composer.json to provide autoloading information. Classes will be loaded when needed. No need for require statements.

PSR-12 Extended Coding Style Guide

Current stable Coding Style Guide, applied via Coding Sniffer.

PSR-7 HTTP Message Interface

Also known as Request Response, used to create tracking information from incoming request.

PSR-11 Container Interface

Also known as Dependency Injection. Used to resolve external dependencies, e.g. foreign classes. Existing TYPO3 factories are used to build QueryBuilder instances. Also DI is "misused" to provide configuration for dashboard widgets and tracking.

PSR-15 HTTP Handlers

Also known as middlewares. Used to hook into processing to create tracking information.

PSR-14 Event Dispatcher

Not in use yet.

EXT:dashboard

Used to visualize collected tracking information.

Thanks

Thanks to our supporters:

Icons

Generated by https://www.werkraum-media.de/

Partly sponsored code by

https://www.werkraum-media.de/

Example

The following widgets are added and could look like:

image

A new record is added which looks like:

image

image