Integrates Thüringer Content Architektur Tourismus into TYPO3. https://cms.thuecat.org/
Go to file
Daniel Siepmann 723ea3b512
Skip import of none mappable objects (#100)
The schema is very flexible and some values are not validated upfront.
This will result in many objects which we currently can not map.
This resulted in an exception breaking the rest of the import.
We now handle the broken mapping and skip those objects with proper
logging.
This allows to continue with import and report and debug those objects
in order to improve the mapping step by step.

Relates: #10198
2022-12-15 12:41:35 +01:00
.github/workflows Remove GitHub action cache (#81) 2022-10-24 10:15:21 +02:00
Classes Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Configuration Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Documentation Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Resources Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
Tests Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
.gitignore Initial composer setup 2021-02-01 09:04:10 +01:00
composer.json Remove deprecated usage of StringUtility::endsWith() (#70) 2022-09-13 09:44:54 +02:00
ecs.php Adapt ECS configuration 2021-08-31 09:11:31 +02:00
ext_conf_template.txt Support sync scope 2021-06-01 09:43:33 +02:00
ext_emconf.php Move 1.3.1 to 1.3.0 (#76) 2022-09-29 14:50:27 +02:00
ext_localconf.php Allow editor to create and edit import configuration 2021-06-01 09:53:58 +02:00
ext_tables.php Initial import mechanism 2021-02-16 11:09:18 +01:00
ext_tables.sql Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
phpstan-baseline.neon Skip import of none mappable objects (#100) 2022-12-15 12:41:35 +01:00
phpstan.neon Add TYPO3 v11 support (#60) 2022-09-13 09:05:47 +02:00
phpunit.xml.dist Add TYPO3 v11 support (#60) 2022-09-13 09:05:47 +02:00
README.md Add documentation 2021-06-01 14:59:08 +02: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.