jorge07/symfony-6-es-cqrs-boilerplate

UserView::serialize | created_at field

abelardolg opened this issue · 3 comments

Hi there,

1: I think it's a typo at the line 25 of this class.

2: inside the serialize method the "created_at" and "updated_at" fields are not returning inside the array : is it ok?

Best regards.

Hi @abelardolg

1 - True, will submit a patch

2 - True, it depends how much data you want to expose.

I also rethinking about the read model to avoid serialisation as much as possible to expect modifications in this side

thanks

Closed by mistake. I'm working on a fix for this, plus some optimization in the serializer side

#184 fixed in