-
Hello,
Do you have an example you could post or link to a bare bones implementation?
-
See https://github.com/qandidate-labs/broadway/pull/14#issuecomment-53543435.
asm89 updated
9 years ago
-
We want unleash-server to log all changes of feature states in a audit trail.
-
Instead of using php namespace separator both VOs should normalize a namespace so that it is separated by dots instead of backslashes.
Please consider to change persistent adpaters and EventSourcing\…
-
Hi,
Is it possible to add to a `protected function getPlayhead()` in class `EventSourcedAggregateRoot` ?
https://github.com/qandidate-labs/broadway/blob/master/src/Broadway/EventSourcing/EventSour…
-
Here is my first feedback (as requested in #14 :smiley:).
I find the naming of [`Prooph\EventStore\Repository\RepositoryInterface`](https://github.com/prooph/event-store/blob/master/src/Prooph/EventS…
jsor updated
10 years ago
-
First of all, thank you everyone for joining in on this learning journey. The way it looks right now, we will probably be with ~~7~~ **12** people, all having a very diverse background.
Maybe it's a …
-
Split this out from [this discussion](https://github.com/qandidate-labs/broadway/pull/18#issuecomment-54377393) on #18 between @simensen and @fritsjanb
@simensen wrote:
> I'm wondering if we can re…
-
``` ruby
describe EventSourcing::CommandHandler do
let(:event) { double("Event") }
let(:store) { double("EventStore") }
let(:command) { double("Command", execute: event)}
subject { EventS…
-
We have three states for is_suspicious:
- true - blacklisted
- false - whitelisted
- null - unreviewed
We should us an ENUM instead of a boolean for that (this was raised on an HN thread when we anno…