- PHP 97%
- HTML 2.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
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 |
||
| .forgejo | ||
| Classes | ||
| Configuration | ||
| Documentation | ||
| Resources | ||
| Tests | ||
| .gitattributes | ||
| .gitignore | ||
| .php-cs-fixer.dist.php | ||
| composer.json | ||
| ext_conf_template.txt | ||
| ext_localconf.php | ||
| ext_tables.sql | ||
| phpstan-baseline.neon | ||
| phpstan.neon | ||
| phpunit.xml.dist | ||
| phpunit_dev.xml.dist | ||
| README.md | ||
| shell.nix | ||
| xliff-core-1.2-strict.xsd | ||
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.htmlViewHelper 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
- Importer overview: see Documentation/ImporterArchitecture.rst for a tour of the import package — components, run flow, logging contract, and extension points.