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

STRF-2471 - Multiple Wish Lists #1134

Merged
merged 1 commit into from
Jan 16, 2018
Merged

STRF-2471 - Multiple Wish Lists #1134

merged 1 commit into from
Jan 16, 2018

Conversation

mjschock
Copy link
Contributor

@mjschock mjschock commented Dec 8, 2017

What?

Tickets / Documentation

Screenshots

ping @bigcommerce/storefront-team

@bigbot
Copy link

bigbot commented Dec 8, 2017

Autotagging @bigcommerce/stencil-team @davidchin

@bigbot
Copy link

bigbot commented Dec 13, 2017

Autotagging @bigcommerce/storefront-team

@mjschock mjschock changed the title STRF-2471 STRF-2471 - Multiple Wish Lists Dec 13, 2017
lang/en.json Outdated
"you_have_none": "You have no wish lists, add one now.",
"empty_wishlist": "Your wish list is empty. When you add items to your wish list they will appear here.",
"heading": "Wish Lists",
"tag_line": "Fill in the form below to create a Wish List. Click the \"Save\" button when you're done.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is "Click the "Save" button when you're done" still accurate? Specifically the "Save." It looks like the button will get "Create New Wish List."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, the button in this case is actually "Create Wish List" without the "New". i've updated the copy, replacing "Save" with "Create Wish List".

@mjschock
Copy link
Contributor Author

mjschock commented Jan 3, 2018

@bigcommerce/storefront-team ♻️

CHANGELOG.md Outdated
@@ -14,6 +14,7 @@
- Fixes issue with image zoom causing scrolling issues on mobile. [#1141](https://github.com/bigcommerce/cornerstone/pull/1141)
- Fix mis-sized product images. [#1145](https://github.com/bigcommerce/cornerstone/pull/1145)
- Remove "as low as" feature and add support for price ranges instead[#1143](https://github.com/bigcommerce/cornerstone/pull/1143)
- Implements Add to any Wish Lists capability. [#1134](https://github.com/bigcommerce/cornerstone/pull/1134)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be in the draft section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

@@ -13,6 +13,8 @@ export default class WishList extends PageManager {
this.options = {
template: 'account/add-wishlist',
};

return this;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason for doing a return here ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lang/en.json Outdated
"you_have_none": "You have no wish lists, add one now.",
"empty_wishlist": "Your wish list is empty. When you add items to your wish list they will appear here.",
"heading": "Wish Lists",
"tag_line": "Fill in the form below to create a Wish List. Click the \"Create Wish List\" button when you're done.",
Copy link
Contributor

@junedkazi junedkazi Jan 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we add the word new to Fill in the form below to create a Wish List. 🍹 .

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

@mjschock mjschock merged commit 1cca785 into bigcommerce:master Jan 16, 2018
@mjschock mjschock deleted the STRF-2471 branch January 16, 2018 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants