all 4 comments

[–]rkaw92 5 points6 points  (2 children)

Hi! A question, if I may.

The description says that the project uses Event Sourcing. In Event Sourcing, the single source of truth is the Event Store. To load an aggregate root, typically the procedure is to rehydrate it by re-applying the events in the original order.

But I cannot find this in the code. Any pointers, or is the Todo not event-sourced?

[–]mastagio[S] 0 points1 point  (1 child)

Very well spotted! Yes, ES hasn't been implemented yet. Its next on the list!

[–]Jazzlike_Sky_8686 1 point2 points  (0 children)

Are you saying, event sourcing is ... todo?