Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making Orders ChannelAware #440

Closed
hendrik-advantitge opened this issue Aug 20, 2020 · 1 comment
Closed

Making Orders ChannelAware #440

hendrik-advantitge opened this issue Aug 20, 2020 · 1 comment
Milestone

Comments

@hendrik-advantitge
Copy link
Contributor

As we would like to use Vendure in a multi-tenant environment, we want to make the Order entity ChannelAware.
We are currently in the process of implementing this feature.

Any advice/pointers are welcome.

@hendrik-advantitge
Copy link
Contributor Author

Currently creating a PR so we can get some feedback.

@michaelbromley michaelbromley added this to the v0.15.0 milestone Aug 24, 2020
michaelbromley pushed a commit that referenced this issue Aug 25, 2020
* feat(core): Make Order entity ChannelAware
* test(core): Add e2e tests for ChannelAware Orders
* fix(core): Fix orders not being added to default channel

Co-authored-by: Hendrik Depauw <[email protected]>

Closes #440 

BREAKING CHANGE: Orders are now channel-aware which requires a non-destructive DB migration to apply the schema changes required for this relation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants