Integrates Thüringer Content Architektur Tourismus into TYPO3. https://cms.thuecat.org/
  • PHP 97%
  • HTML 2.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Anja Leichsenring e8a586de80
[TASK] Log relations that don't match conditions
Some assamptions about data and relation structure have proven wrong,
and now those are revealed by explicit logging them.
As an example it was assumed that 'schema:containedInPlace' would always
resolve to a town, what was reflected by relating it into the field 'town',
which accepts town records.
But it was recently discovered, that also organisations or other tourist
attraction records can ride this field, what leads to silent loss of
these relations. Another example, that not hit the system yet, is trails.
If the relation can be constructed to a record, but the target field does
not accept it, we see a log entry now. This helps determine the amount
of lost relations and hands instruments for decisions on how to deal
with the situation.

Assisted-by: Claude Opus 5 noreply@anthropic.com
2026-08-20 10:10:45 +02:00
.forgejo Deactivate xdebug during phpunit 2026-08-17 14:36:12 +02:00
Classes [TASK] Log relations that don't match conditions 2026-08-20 10:10:45 +02:00
Configuration [TASK] Log relations that don't match conditions 2026-08-20 10:10:45 +02:00
Documentation [FEATURE] Use imported keywords for display and filtering 2026-08-19 16:39:06 +02:00
Resources [TASK] Log relations that don't match conditions 2026-08-20 10:10:45 +02:00
Tests [TASK] Log relations that don't match conditions 2026-08-20 10:10:45 +02:00
.gitattributes Migrate CI from GitHub to Forgejo (main) 2026-04-27 06:07:01 +00:00
.gitignore [TASK] Document CE output 2026-06-04 10:45:03 +02:00
.php-cs-fixer.dist.php [TASK] Refactor code structure for importer 2026-07-02 10:44:33 +02:00
composer.json [FEATURE] Import keywords in both POIs and events 2026-08-17 13:05:25 +00:00
ext_conf_template.txt [BUGFIX] Use dedicated category anchors for import targets 2026-08-19 09:23:42 +02:00
ext_localconf.php [FEATURE] Improve performance of POI lists by custom caching 2026-08-05 07:54:29 +02:00
ext_tables.sql [TASK] Clean up ext_tables.sql and Test phpstan baseline ignores (!146) 2026-05-12 05:02:31 +00:00
phpstan-baseline.neon [FEATURE] Improve performance of POI lists by custom caching 2026-08-05 07:54:29 +02:00
phpstan.neon [FEATURE] Improve performance of POI lists by custom caching 2026-08-05 07:54:29 +02:00
phpunit.xml.dist [FEATURE] Import opening hours as IRRE records 2026-06-25 07:50:42 +00:00
phpunit_dev.xml.dist [FEATURE] Import single date events from top level keys 2026-08-11 15:04:55 +02:00
README.md [FEATURE] Import keywords in both POIs and events 2026-08-17 13:05:25 +00:00
shell.nix Add TYPO3 v14 Support 2026-03-25 08:07:03 +01:00
xliff-core-1.2-strict.xsd Migrate CI from GitHub to Forgejo (main) 2026-04-27 06:07:01 +00:00

ThüCAT integration into TYPO3 CMS

ThüCAT is ¨Thüringer Content Architektur Tourismus¨. This is an extension for TYPO3 CMS (https://typo3.org/) to integrate ThüCAT. The existing API is integrated and allows importing data into the system.

Full documentation available at https://docs.typo3.org/p/werkraummedia/thuecat/master/en-us/.

Current state

The extension already allows:

  • Create configuration to import:

    • specified resources via static configuration, e.g. defined organisation or towns.

    • sync scope, a syncScopeId to always update delivered resources.

  • Support multiple languages

  • Import of the following types (not all properties are supported):

    • Organisations (responsible for content)

    • Towns

    • Tourist information

    • Tourist attraction

  • Backend module:

    • To inspect current existing organisations and their towns and tourist information

    • To inspect import configuration

    • To create import configuration

    • To inspect past imports and possible errors, as well as number of affected records

  • Frontend:

    • Content element to display tourist attraction

    • Page Type to reference tourist attraction

    • Descriptions are formatted HTML, use f:format.html ViewHelper for rendering.

Short time goals

  • Content element to display town, tourist information and organisation.

  • Extending import to include further properties

Installation

Please configure API Key via Extension Configuration.

Configuration records need to be created, e.g. by visiting the ThüCAT module. Those can then be imported via the same module.

Architecture notes