Details
-
Story
-
Status: Ready for Refinement
-
Minor
-
Resolution: Unresolved
-
None
-
TANGO | Mid Term Plan, TANGO | #90 DEV | Nov28-Dec12, TANGO | #91 DEV | Dec12-Jan09, TANGO | #92 DIS | Jan09-Jan23
Description
User Story
As a Segment Editor, I want to see a proper error page when my segment is invalid, so that I have a little more context when my segment in invalid.
Design
Acceptance Criteria
- When a user opens a segment that is invalid, the segment editor should be replaced with an Empty State animation with the following text:
- Segment not found
The criteria used in this segment is no longer available.
- Segment not found
- Below the text there should be a Go to Segments button.
- Clicking on this button should return the user to the Segments page.
- Segments should be considered invalid when:
A site the segment was scoped to is deleted.- A custom field used in the segment is deleted.
A segment used in the segment is deleted.
Testing Scenarios
Acceptance Criteria |
Testing Scenarios |
Test Strategy |
Covered by frontend test? (Yes/No) |
Covered by backend test? (Yes/No) |
---|---|---|---|---|
When a user opens a segment that is invalid, the segment editor should be replaced with an Empty State animation with the following text: Segment not found The criteria used in this segment is no longer available. |
|
Medium | - | |
|
Medium | Yes | ||
|
Medium | - | ||
Below the text there should be a Go to Segments button |
|
Low | Yes | |
Clicking on this button should return the user to the Segments page |
|
High | No |
Definition of Done (DoD):
- All Acceptance Criteria were passed;
- Make sure that the expected automated tests were created (unit / integration / functional) and passed successfully;
- Validated by QA, Product Management and Design;
- No critical bug related to Story scope (FP5 or Impedibugs);
- Make sure that all system documentation were updated (if necessary)