thuecat/Tests/Functional/Fixtures/Import
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
..
Guzzle Remove rdfs:label from tests 2021-08-12 09:46:37 +02:00
Sites/example Add multi language handling 2021-02-17 14:51:00 +01:00
ImportsFreshOrganization.csv Allow to configure storage pid for each import configuration 2021-02-17 15:37:49 +01:00
ImportsFreshOrganization.xml Allow to configure storage pid for each import configuration 2021-02-17 15:37:49 +01:00
ImportsSyncScope.xml Support sync scope 2021-06-01 09:43:33 +02:00
ImportsSyncScopeResult.csv Support sync scope 2021-06-01 09:43:33 +02:00
ImportsTouristAttractionsWithRelations.xml Allow to configure storage pid for each import configuration 2021-02-17 15:37:49 +01:00
ImportsTouristAttractionsWithRelationsResult.csv Refactor parsing of JSON-LD 2021-08-12 09:46:37 +02:00
ImportsTouristInformationWithRelation.xml Add functional tests for import of tourist information 2021-08-09 09:00:20 +02:00
ImportsTouristInformationWithRelationResult.csv Add functional tests for import of tourist information 2021-08-09 09:00:20 +02:00
ImportsTown.csv Refactor parsing of JSON-LD 2021-08-12 09:46:37 +02:00
ImportsTown.xml Add functional tests for import of town 2021-08-09 09:00:20 +02:00
ImportsTownWithRelation.csv Refactor parsing of JSON-LD 2021-08-12 09:46:37 +02:00
ImportsTownWithRelation.xml Add functional tests for import of town 2021-08-09 09:00:20 +02:00
UpdatesExistingOrganization.xml Allow to configure storage pid for each import configuration 2021-02-17 15:37:49 +01:00