-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: Master
-
Component/s: Content Dashboard
-
Labels:
-
Epic/Theme:
-
Epic Link:
-
Sprint:TANGO | SP_38 | Jun5 - Jun19
-
Git Pull Request:
Motivation
Content dashboard will help content authors and marketers to review in a glance all content they are generating. As content dashboard lists all web contents, but read&views metrics and "view" link will only be available for those of them which have associated display pages, there will be a visual sign that allows users to identify them.
Persona
Content author/ Marketer
Design
Technical Requirements
- Web contents with an associated display page template will show an icon after the title
- These web contents will also show view and metrics options.
- The icon will have a tooltip with the text: This web content has a display page.
Acceptance Criteria
- Given a web content with a display page associated and status Approved
- When the content is listed in the all content view in the content dashboard
- Then a "display page" icon shows between the title and the author columns
--
- Given a web content with a display page associated and status Pending or draft
- When the content is listed in the all content view in the content dashboard
- Then the "display page" icon doesn't show
--
- Given a web content with no associated display page template and status Approved
- When the content is listed in the all content view in the content dashboard
- Then the "display page" icon doesn't show
–
- Given a web content with the "display page" icon
- When the user hovers is listed in the all content view in the content dashboard
- Then a tooltip with the message This web content has a display page shows
h1. Test Scenarios
AC ID | Test Strategy | Test Scenarios | Is it covered by FrontEnd ? (JS-Unit) | Is it covered by BackEnd? (unit or integration) | Poshi? |
---|---|---|---|---|---|
01 | Smoke | When a web content is associated to a Display Page and its status is "Approved", a "display page" icon is displayed | NO | NO | |
02 | Smoke | When a web content is associated to a Display Page and its status is "Pending", a "display page" icon is NOT displayed | NO | NO | |
03 | Smoke | When a web content is NOT associated to a Display Page and its status is "Approved", a "display page" icon is NOT displayed | NO | NO | |
04 | Regression | When the user hovers over the "Display Page" icon, a tooltip with the message This web content has a display page is displayed | NO | NO |