events/Documentation/Changelog/3.5.0.rst
Daniel Siepmann 5af1d08148
Add source while importing from Destination Data One (#37)
Destination Data One provides an source info explaining where the data
originally came from.
This is now added to event records and exposed in TYPO3 backend.
That allows editors to check the source and contact corresponding
sources in order to fix broken data.

Relates: #10630
2023-08-10 15:02:05 +02:00

982 B

3.5.0

Breaking

Nothing

Features

  • Add PSR-14 Events to Destination Data One import. They allow individual installation to alter the import.

    See psr14 for an overview of PSR-14 Events.

    Added Events:

    • Allow to modify an event object before importing.
  • Add source to events. Destination Data One provides the original source, either them self or an external. This is now saved in order to make it easier for editors and companies to contact the original source and ask to fix broken data.

Fixes

  • Improve handling of dates with no end. This was always technically possible. Still support from extension was missing. This now got improved, the date object will not throw exceptions due to format() calls on none. Furthermore the PHPDoc now reflects that there might be null instead of \DateTime. Also the setter was adjusted to allow null values.

Tasks

Nothing

Deprecation

Nothing