Kshitiz
Kshitiz
Hi @bleroy , What would the default checkout experience be like using workflows ? It is something like GoToCart => Go To Shipping => Payment => Create Order
Makes sense.. I am trying to build the activities first . But without the shipping implementation, and payment implementation, most of the work will be TBD
> Please also check the browser console. There are some errors from the downshift library. @pabla . Have fixed this
> @KshitizGIT Could you please rebase this branch on #13094? Done
```python from ming import create_datastore from ming.odm import ThreadLocalODMSession from ming import schema from ming.odm import MappedClass from ming.odm import FieldProperty, ForeignIdProperty session = ThreadLocalODMSession( bind=create_datastore('mongodb://localhost:27017/test_1') ) class WikiPage(MappedClass): class...
Does this ticket imply that only documentation part is remaining and the actual functionality is already in EFCore. If so, could you demonstrate some quick codes how to achieve this?
Hi @DevinTDHa , This is mergable now