-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
🌸✨ Marketplace
: Begin to smooth out Onboarding
#1642
🌸✨ Marketplace
: Begin to smooth out Onboarding
#1642
Conversation
- #1641 This starts us off with products and delivery areas; but we should probably do taxes and some other bits too...
3dece53
to
6338c58
Compare
Marketplace
: Begin to smooth out OnboardingMarketplace
: Begin to smooth out Onboarding
Marketplace
: Begin to smooth out OnboardingMarketplace
: Begin to smooth out Onboarding
…sing-order-notifications
it { is_expected.to have_content(t(".title")) } | ||
it { is_expected.to have_content(t(".marketplace_hidden", link: t("marketplace.marketplace.edit.link_to"))) } | ||
it { is_expected.to have_link(t("marketplace.marketplace.edit.link_to"), href: polymorphic_path(marketplace.location(:edit))) } | ||
|
||
it { is_expected.to have_content(t(".missing.notification_methods", link: t("marketplace.notification_methods.new.link_to"))) } | ||
it { is_expected.to have_link(t("marketplace.notification_methods.new.link_to"), href: polymorphic_path(marketplace.location(:new, child: :notification_method))) } | ||
|
||
it { is_expected.to have_content(t(".missing.products", link: t("marketplace.products.new.link_to"))) } | ||
it { is_expected.to have_link(t("marketplace.products.new.link_to"), href: polymorphic_path(marketplace.location(:new, child: :product))) } | ||
|
||
it { is_expected.to have_content(t(".missing.delivery_areas", link: t("marketplace.delivery_areas.new.link_to"))) } | ||
it { is_expected.to have_link(t("marketplace.delivery_areas.new.link_to"), href: polymorphic_path(marketplace.location(:new, child: :delivery_area))) } |
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.
This is the "first half of the happy-path" towards getting people to add the related items to their marketplace. This still needs the second half at some point.
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.
Great point, will add the "What happens when it's fully configured? side of things.
Marketplace
: OnboardingVendors
! #1641This follows the patterns @KellyAH set in #1585 to:
Marketplace
ManagementComponent
, so they're everywhere!After
Before