1643-Story-user-can-create-filter-rule-with-label (#1673)

(cherry picked from commit a4dd97f021b9dd3a8aa785703178306d3b452981)
This commit is contained in:
Diep Tran
2023-04-05 23:14:15 +07:00
committed by Dat Vu
parent bc9502d821
commit 3d788632c3
@@ -0,0 +1,40 @@
# Summary
* [Related EPIC](#related-epic)
* [Definition](#definition)
* [Screenshots](#screenshots)
* [Misc](#misc)
## Related EPIC
https://github.com/linagora/tmail-flutter/issues/1638
## Definition
- Given that I am a Tmail user and I have logged in successfully
- On the section: Perform the following action, When I click on action list, there is a new option :Label as
- I select action "Label as" then click on the next field Select label
- There will be a list of available labels
- I can select one or multiple labels
- The selected lable will be displayed as tags on the field with a cross icon that I can click on to remove
- After inputting other fields and click button Create, the new rule is created
- When a new message matches with the condition, it will be labeled automatically as in the rule.
[Back to Summary](#summary)
## Screenshots
![image](https://user-images.githubusercontent.com/68209176/228729483-28d593d9-5ef9-4eea-87f5-b3b3934576f3.png)
![image](https://user-images.githubusercontent.com/68209176/228729525-25065c92-1227-45a4-80cb-9ba0bcb51e38.png)
![image](https://user-images.githubusercontent.com/68209176/228729560-34885bcd-8b55-450e-b78a-803189fcf808.png)
[Back to Summary](#summary)
## Misc
None
[Back to Summary](#summary)