Integrates Thüringer Content Architektur Tourismus into TYPO3. https://cms.thuecat.org/
Go to file
Daniel Siepmann dc5a4546f3 Ensure proper types when saving import log
Insertion is stored as integer in database.
Therefore cast boolean to integer.
Otherwise DataHandler might throw error as saved data type differs from
provided data type.
2021-02-16 11:09:18 +01:00
.github/workflows Remove functional tests from CI 2021-02-16 11:09:18 +01:00
Classes Ensure proper types when saving import log 2021-02-16 11:09:18 +01:00
Configuration Sort log entries by existing column 2021-02-16 11:09:18 +01:00
Resources/Private Change flash message in case of error 2021-02-16 11:09:18 +01:00
Tests/Unit Integrate phpstan 2021-02-16 11:09:18 +01:00
.gitignore Initial composer setup 2021-02-01 09:04:10 +01:00
composer.json Integrate phpstan 2021-02-16 11:09:18 +01:00
dependency-checker.json Integrate dependency checker 2021-02-16 11:09:18 +01:00
ecs.php Initial import mechanism 2021-02-16 11:09:18 +01:00
ext_emconf.php Allow installation within TYPO3 2021-02-16 11:09:18 +01:00
ext_tables.php Initial import mechanism 2021-02-16 11:09:18 +01:00
ext_tables.sql Initial import mechanism 2021-02-16 11:09:18 +01:00
ext_typoscript_setup.typoscript Initial import mechanism 2021-02-16 11:09:18 +01:00
phpstan.neon Integrate phpstan 2021-02-16 11:09:18 +01:00
phpunit.xml.dist Initial import mechanism 2021-02-16 11:09:18 +01:00
README.md Provide basic info in readme 2021-02-16 11:09:18 +01: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.

Current state

The extension already allows:

  • Create static configuration to import specified resources, e.g. defined organisation or towns.

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

    • Organisations (responsible for content)

    • Towns

    • Tourist information

  • 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

Short time goals

  • Integrate proper icons

  • Import of tourist attraction

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

  • Extending import to include further properties

  • Support multiple languages