Store ranking page
When navigating from the Home Page to problem blocks, a store ranking page opens, displaying the number of products included in the block. The page contains store cards sorted in descending order by the number of products affected.
Each card includes:
- store name
- product issue counter
- unique SKU counter across the chain
- progress bar
- Product Problem's Counter (left, above the progress bar):
- First number – the number of products in the issue (excluding those in progress).
- Second number – the total number of products in the problem's, including those in progress.
Example: 441/447 – 441 products are included in the problem's for this store, while 447 is the sum of 441 issue-related products and 6 products in progress for this issue.
- Unique SKU Counter Across the chain (right, above the progress bar):
- First number – the number of unique SKUs in the issue across the chain.
- Second number – the number of unique SKUs, including those in progress.
Example: 647/656 – 647 unique SKUs are included in the problem's across the chain, and 656 unique SKUs when products in progress are counted.
- The progress bar reflects the ratio of the number of products in the issue for the store to the unique number of products in the issue across the chain.
The percentage of the progress bar is calculated as follows:
(Qty products in the problem's for the store / Qty unique SKUs in the problem's across the chain) * 100%
Updated on: 02/12/2024
Thank you!