demo-cqrs-hooks-usage-module icon indicating copy to clipboard operation
demo-cqrs-hooks-usage-module copied to clipboard

Improvement: use Doctrine to manage the Reviewer entity

Open matks opened this issue 5 years ago • 0 comments

In module version 1, the Reviewer model is being persisted in the database using ObjectModel. https://github.com/friends-of-prestashop/demo-cqrs-hooks-usage-module/blob/master/src/Entity/Reviewer.php

In a future version of this module, we could demonstrate the use of Doctrine to handle the database persistence.

matks avatar May 23 '19 09:05 matks