thuecat/Configuration
Daniel Siepmann bfd4c77a17 Refactor parsing of JSON-LD
Use Symfony components to map incoming JSON onto objects.
Those provide a mapping. They can then be used to fetch the data in a
common way and insert it into the system.

- Handle languages within JsonDecode
  (normalize incoming data based on language)
- Handle Single Value and List of Values within Entities. They will map
  incoming Data to proper Objects. (We now generally transform during
  serialization process if target is array but we got single entity)
- Add missing tests for existing data.
- Finish migration of all existing data, this includes next step
- Provide discriminator to ObjectNormalizer to auto detect target class
  based on "type" property. (Done for now by own registry)
- Combine generated object with current structure for import -> generate
  data array out of it.
- Resolve foreign references to existing entities,
  (images, contentresponsible, etc.)
2021-08-12 09:46:37 +02:00
..
Extbase/Persistence Import tourist attraction only in German language 2021-02-16 12:01:35 +01:00
FlexForm Support sync scope 2021-06-01 09:43:33 +02:00
SiteConfiguration/Overrides Import tourist attraction only in German language 2021-02-16 12:01:35 +01:00
TCA Enable usage of DataHandler with mysql strict mode 2021-06-08 14:05:24 +02:00
TSconfig/User Add new page type for tourist attraction 2021-02-18 08:52:20 +01:00
TypoScript Allow editor to create and edit import configuration 2021-06-01 09:53:58 +02:00
Services.php Refactor parsing of JSON-LD 2021-08-12 09:46:37 +02:00
Services.yaml Add media to tourist attraction 2021-02-17 09:20:24 +01:00