Integrates server side data privacy conform tracking into TYPO3 https://daniel-siepmann.de/projects/typo3-extension-tracking.html
Go to file
Daniel Siepmann 9cd32427ae Migrate phpunit configuration for 9.3.x
9.3.x renamed some options from offensive white and blacklist to include
and exclude.

As we don't want to wait until they get removed in v10, we adjust the
configuration now.
2020-08-07 10:46:37 +02:00
.github/workflows Do not separate unit and functional tests 2020-08-07 10:40:19 +02:00
Classes Remove HTML Tags from dashboard widget labels 2020-08-04 09:16:33 +02:00
Configuration Allow Symfony to autowire and autoconfigure widgetproviders 2020-08-03 12:31:16 +02:00
Documentation Support language restriction for all widgets 2020-08-03 14:29:42 +02:00
Resources/Private/Language Add tracking of record views 2020-07-30 13:52:33 +02:00
Tests Do not separate unit and functional tests 2020-08-07 10:40:19 +02:00
.gitignore Add PSR-12 2020-02-25 22:35:29 +01:00
composer.json Adjust branch alias for composer 2020-08-06 16:34:11 +02:00
ext_emconf.php Prepare usage as standalone composer package 2020-02-25 22:35:28 +01:00
ext_localconf.php Add first basic tracking for page views 2020-02-25 22:35:25 +01:00
ext_tables.sql Add tracking of record views 2020-07-30 13:52:33 +02:00
LICENSE Initial commit 2020-02-25 17:42:14 +01:00
phpcs.xml.dist Improve CI 2020-04-07 15:32:29 +02:00
phpstan.neon Add multi language support 2020-08-03 08:46:31 +02:00
phpunit.xml.dist Migrate phpunit configuration for 9.3.x 2020-08-07 10:46:37 +02:00
readme.rst !!!|Rename bad phrases like blacklist 2020-07-30 14:00:22 +02:00

About

This extension should only demonstrate technical features of TYPO3. It is not intended for use in 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.

Todos

  1. Add version matrix to test with multiple PHP versions.

Example

The following widgets are added and could look like:

image

A new record is added which looks like:

image

image