Bastian Waidelich
Bastian Waidelich
Once the package is split up again (see #153) we should consider extracting Flow-specific dependencies to some kind of adapter package(s) so that (parts of) the functionality can be used...
Currently it's cumbersome to create a listener/projector that is invoked for *all* event types: ```php
Implement support for Event Sourced Process Managers as described by [Greg Young](https://leanpub.com/esversioning/read#leanpub-auto-event-sourced-process-managers)
We need to come up with a directory structure which sets the basis for the conventions used in this package. (issue imported from https://github.com/dfeyer/Ttree.Cqrs/issues/1)
It should be possible to "hook into" the event handling process (during publishing & replay) in order to change the event class. ### Example Imagine you have an event `CustomerWasRenamed()`...
Having dots in node properties is generally supported, but it breaks the `nodeindex:build` command, because elastic responds with a `mapper_parsing_exception`: > Could not dynamically add mapping for field [foo.bar]. Existing...
The `t3n/graphql` package offers some great tools, especially to get started. But it has some slight drawbacks: * Incompatibilities with current packages (e.g. `webonyx/graphql-php` `~0.13` vs `14.11.5`, via `t3n/graphql-tools`) *...
IMO it's very important to have a solid API schema to start with (even if the underlying implementation might still contain some hacks) because it will be very painful to...
Extends the custom `SearchOperation` such that it respects node aggregate ids Related: #3771
**TL;DR** The Backend should provide an indicator of the current workspace state, especially when conflicts happened A workspace in Neos 9.0 can have one of the following three states: *...