Rebuild queries from domain events by multiple aggregates
问题 I'm using a DDD/CQRS/ES approach and I have some questions about modeling my aggregate(s) and queries. As an example consider the following scenario: A User can create a WorkItem, change its title and associate other users to it. A WorkItem has participants (associated users) and a participant can add Actions to a WorkItem. Participants can execute Actions. Let's just assume that Users are already created and I only need userIds. I have the following WorkItem commands: CreateWorkItem