-
Notifications
You must be signed in to change notification settings - Fork 26
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
[!!!][TASK] Drop additional namespace segment for the Tea model #1025
Conversation
aae435a
to
5148e10
Compare
Pull Request Test Coverage Report for Build 7006769465
💛 - Coveralls |
5148e10
to
6c8afe6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd only question whether we want a breaking change right now.
Should we plan breaking changes together with major version releases?
Yes, makes sense. I've moved this to the 4.0 milestone now. |
fc7a406
to
d9576f8
Compare
7f6b8f8
to
58baae1
Compare
58baae1
to
a837493
Compare
a837493
to
585104b
Compare
585104b
to
90db6d8
Compare
90db6d8
to
8d4d45a
Compare
@DanielSiepmann @lukaszuznanski ping for a review - thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add any migration guide?
I don't think this would we worth the effort in this case: Any data is test data anyway, and instead of migrating data, I'd prefer to have a script/command create the test data: #1120 |
The `Product` namespace segment in the domain model namespace `TTN\Tea\Domain\Model` currently serves no purpose and only adds confusion. So let's simplify the extension structure accordingly. (I intended to use this to demonstrate DDD contexts, but never built enough models in the Tea extension for this to actually make sense.) Fixes #1008
8d4d45a
to
572cd62
Compare
Data is not affected anyway, so not a showcase for how to add UpgradeWizards anyway. This would only be an opportunity to provide a rector rule. But I also won't think we should do that right now. |
The
Product
namespace segment in the domain model namespaceTTN\Tea\Domain\Model
currently serves no purpose and only adds confusion. So let's simplify the extension structure accordingly.(I intended to use this to demonstrate DDD contexts, but never built enough models in the Tea extension for this to actually make sense.)
Fixes #1008