Open zadigus opened 5 years ago
@donnerc what perspectives do we now have with hasura?
We can just adapt the relational model to include versioning. We should determine what should be versioned and implement the model accordingly
Le lun. 28 oct. 2019 à 06:51, Laurent Michel notifications@github.com a écrit :
@donnerc https://github.com/donnerc what perspectives do we now have with hasura?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shopozor/backend/issues/59?email_source=notifications&email_token=AA7LAYJW5D3FGMMYKV5DPDDQQZ4VFA5CNFSM4JFVY2MKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECLYHFI#issuecomment-546800533, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7LAYKF2SI2PC2UJWTD2PTQQZ4VFANCNFSM4JFVY2MA .
--
Cédric Donner Rue de la Clémence 41 1635 La Tour-de-Trême
natel : +41 76 822 05 10
The Shopozor underlying database is taken from
saleor
project. In particular, it isn't provided with versioning. For example, when a Producer modifies a Product, we would like to be able to have a copy of the Product details' previous versions so that the Producer can undo her changes. We also would like to be able to detect the of changes made to the Product. See the product edition flow diagram for more details.