-
Notifications
You must be signed in to change notification settings - Fork 87
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
Feature/order templates #230
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SGrueber
requested changes
May 12, 2020
...ates/shared/product/product-add-to-order-template/product-add-to-order-template.component.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/order-templates/models/order-templates/order-template.interface.ts
Outdated
Show resolved
Hide resolved
...r-templates/pages/account-order-template-detail/account-order-template-detail.component.html
Outdated
Show resolved
Hide resolved
...emplates/pages/account-order-template-detail/account-order-template-detail-page.component.ts
Outdated
Show resolved
Hide resolved
...nsions/wishlists/shared/wishlists/select-wishlist-modal/select-wishlist-modal.component.html
Outdated
Show resolved
Hide resolved
src/app/extensions/order-templates/models/order-template/order-template.model.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/order-templates/models/order-template/order-template.model.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/order-templates/models/order-template/order-template.interface.ts
Outdated
Show resolved
Hide resolved
shauke
force-pushed
the
feature/order-templates
branch
from
May 19, 2020 17:23
5403703
to
18ae1e4
Compare
shauke
force-pushed
the
feature/order-templates
branch
from
May 26, 2020 10:47
05d33b1
to
85849d1
Compare
…rom false additional merge - should be ommited?
SGrueber
force-pushed
the
feature/order-templates
branch
2 times, most recently
from
May 28, 2020 16:14
ba097fc
to
5953f94
Compare
SGrueber
previously approved these changes
May 28, 2020
dhhyi
requested changes
May 28, 2020
...ts/basket/lazy-basket-create-order-template/lazy-basket-create-order-template.component.html
Outdated
Show resolved
Hide resolved
...orts/basket/lazy-basket-create-order-template/lazy-basket-create-order-template.component.ts
Outdated
Show resolved
Hide resolved
...product/lazy-product-add-to-order-template/lazy-product-add-to-order-template.component.html
Outdated
Show resolved
Hide resolved
...s/product/lazy-product-add-to-order-template/lazy-product-add-to-order-template.component.ts
Outdated
Show resolved
Hide resolved
src/app/extensions/order-templates/store/order-templates-store.ts
Outdated
Show resolved
Hide resolved
SGrueber
force-pushed
the
feature/order-templates
branch
from
May 28, 2020 18:35
5953f94
to
085faea
Compare
dhhyi
force-pushed
the
feature/order-templates
branch
from
May 28, 2020 18:46
085faea
to
f0ef00c
Compare
dhhyi
approved these changes
May 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Type
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
What Is the New Behavior?
The business user can add products to order templates, if he is logged in. After pressing the (list) icon on product related pages like product lists, product detail pages, shopping cart etc. a dialog opens up and the user can select/create an order template the product will be added to.
In the my account there is an order template section to maintain order templates. The user can create and delete order templates there as well as add order template items to the cart, move order template items to another order template and delete order template items.
closes #230
Does this PR Introduce a Breaking Change?
[ ] Yes
[x] No
Other Information
This feature is only available for b2b users. You can switch it on/off in the environment.ts configuration file.