-
Type:
Story
-
Status: Closed
-
Priority:
Minor
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.3.0 CE GA1, Master
-
Component/s: Segments Editor
-
Labels:
-
Epic/Theme:
-
Epic Link:
-
Sprint:TANGO | SP_23 | Oct30-Nov13
-
Git Pull Request:
Motivation
PTR LPS-97015. User will be able to segment users given its date of birth
Acceptance Criteria
User can add a property called "Date of Birth" to create a segment:
- Given a segment
- When the user goes to user attributes
- Then the user can drag and drop a property called "Date of Birth"
Use Cases
- Given a user
- When the user sets its birth date in their profile (Birthday set to 13/09/1993)
- Then the segments creator can add and filter the users with that property
1) If the segments creator adds "Date of Birth" and the user has the same birthday, then the member's count is 1 (Date of Birth equals 13/09/1993)
2) If the segments creator adds "Date of Birth", then the member's count is 1 if the Date of Birth lower than or equals 13/09/1993
3) If the segments creator adds "Date of Birth", then the member's count is 1 if the Date of Birth lower than or equals 13/09/1993
4) If the segments creator adds "Date of Birth", then the member's count is 0 if the Date of Birth lower than 13/09/1993
5) If the segments creator adds "Date of Birth", then the member's count is 0 if the Date of Birth greater than 13/09/1993
6) If the segments creator adds "Date of Birth", then the member's count is 0 if the Date of Birth not equals 13/09/1993