Describe the bug
With the current core release (4.5.2) I'm seeing the activity panel (with Orders, Stock, and Reviews links) in the app bar on the home screen when the Setup tasks are still incomplete.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When store setup tasks haven't been completed and the setup card hasn't been dismissed, the activity panel should not appear on the Home screen.
Screenshots

Desktop (please complete the following information):
This is expected behaviour from the original spec (as far as I know, I implemented it this way on purpose).
The store setup link should not show on the home screen since the store setup list is displayed on that page.
This is expected behaviour from the original spec (as far as I know, I implemented it this way on purpose).
The store setup link should not show on the home screen since the store setup list is displayed on that page.
I'm not finding the original spec, but the idea proposed by Elizabeth is to remove the activity panels from the home screen when the store setup task list is enabled. As most likely they still don't have any orders/products/reviews
Ah ok, I thought that was the original spec.
the idea proposed by Elizabeth is to remove the activity panels from the home screen when the store setup task list is enabled. As most likely they still don't have any orders/products/reviews
Given that, this update should probably be part of the more holistic home screen update rather than treating it as a bug.
I'm going to label it with 1.6 as it would be good to ship it in this release. cc @timmyc
@pmcpinto @elizaan36 could you clarify, are you saying:
The activity panel should not be visible (just on the homescreen?) when the user is still progressing through the setup task list?
Hey Sam,
The activity panel should not be visible (just on the homescreen?) when the user is still progressing through the setup task list?
That's correct. We can simply remove the activity panel from the home screen while the initial store setup tasks are incomplete. Once required steps are complete, the activity panel will show.
As a side note I wanted to point out that we're eventually going to add logic so activity panel links would only appear when there's something new. This would solve the problem of making sure the activity panel doesn't disappear if a new task list item appears (in the case of extensions adding items to the task list), since the store may be further along and getting use out of the activity panel.
Sounds good, thanks!
@elizaan36 Could you confirm one more situation for me.
If you're performing a setup task currently (e.g. you click "Add my products" and it goes to the product setup screen) we just display the "help" item and the "store setup" link is not visible. Is that logic ok to keep or would you also like to display the store setup link while performing setup tasks?
hey, yeah it's ok to not show the "store setup" link and only show the "Help" item on the interstitial setup screens.
Though I am working on something separately to make the breadcrumb/back button more clear so it will be easier to get back from those screens.