deja-vu-platform / deja-vu

Build web apps from concepts
https://deja-vu-platform.com
MIT License
35 stars 2 forks source link

Add CompoundTransaction entity to Market cliché #95

Closed mcslao closed 6 years ago

mcslao commented 7 years ago

The Transaction widget only supports buying of a single type of Good. We want to be able to model the purchase of multiple Goods by making a CompoundTransaction entity that contains multiple Transactions.

Note: we cannot simply change Transaction to have the field goods: [Good] because each purchased Good needs its own quantifiers price and quantity.

mcslao commented 6 years ago

resolved by #111