Integrates server side data privacy conform tracking into TYPO3 https://daniel-siepmann.de/projects/typo3-extension-tracking.html
Find a file
Daniel Siepmann 5f0490f493
WIP|Add flags feature
Allow each tracking record to contain arbitrary tags.
Those tags are generated via an API and can be extended by foreign
extensions or for individual projects.
Existing operating_system was moved to this new feature.
The update command allows to migrate existing records to this new
feature.

Those flags can be used when configuring widgets.

A new flag was added bot:yes and bot:no.
Bots are now tracked but flagged.

That new feature allows to build fine grained reports and makes the
extension way more flexible. Possible new implications:
    - Show visits from none bots
    - Show visits from bots
    - Show visits from specific bot
    - Add color to page views per page (bar chart)
      to color bot or none bot

WIP:
    - Update Yaml file to work like before, no bots in widgets
    - Add documentation (widgets)
    - Add documentation (migration *.yaml)
2022-09-21 17:33:27 +02:00
.github/workflows Support PHP 8.1 (#95) 2022-09-21 13:21:45 +02:00
Classes WIP|Add flags feature 2022-09-21 17:33:27 +02:00
Configuration WIP|Add flags feature 2022-09-21 17:33:27 +02:00
Documentation WIP|Add flags feature 2022-09-21 17:33:27 +02:00
Resources WIP|Add flags feature 2022-09-21 17:33:27 +02:00
Tests WIP|Add flags feature 2022-09-21 17:33:27 +02:00
.gitattributes Prevent unnecessary files from distribution (#92) 2022-09-21 13:13:39 +02:00
.gitignore Add PSR-12 2020-02-25 22:35:29 +01:00
composer.json WIP|Add flags feature 2022-09-21 17:33:27 +02:00
dependency-checker.json Switch to ECS for coding style 2021-05-24 22:11:46 +02:00
ecs.php Switch to ECS for coding style 2021-05-24 22:11:46 +02:00
ext_emconf.php Prevent unnecessary files from distribution (#92) 2022-09-21 13:13:39 +02:00
ext_localconf.php Allow copy of pages 2021-06-02 06:25:27 +02:00
ext_tables.sql WIP|Add flags feature 2022-09-21 17:33:27 +02:00
LICENSE Initial commit 2020-02-25 17:42:14 +01:00
phpcs.xml.dist Allow copy of pages 2021-06-02 06:25:27 +02:00
phpstan.neon Satisfy phpstan for now 2022-04-14 10:26:07 +02: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

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