From b61d538b1a67ca9bbf30aa42fcf0d1d7a40e9ab5 Mon Sep 17 00:00:00 2001 From: Diep Tran Date: Wed, 12 Apr 2023 14:16:26 +0700 Subject: [PATCH] Create TF-1641-user-can-view-all-messages-of-one-label.md (#1669) (cherry picked from commit 97e775fc51668d6fb9d014fcb24dcbb23978293a) --- ...user-can-view-all-messages-of-one-label.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/stories/EPIC-Label/TF-1641-user-can-view-all-messages-of-one-label.md diff --git a/docs/stories/EPIC-Label/TF-1641-user-can-view-all-messages-of-one-label.md b/docs/stories/EPIC-Label/TF-1641-user-can-view-all-messages-of-one-label.md new file mode 100644 index 000000000..49d0337d5 --- /dev/null +++ b/docs/stories/EPIC-Label/TF-1641-user-can-view-all-messages-of-one-label.md @@ -0,0 +1,50 @@ +# Summary + +* [Related EPIC](#related-epic) +* [Definition](#definition) +* [Screenshots](#screenshots) +* [Misc](#misc) + +## Related EPIC + +https://github.com/linagora/tmail-flutter/issues/1638 + +## Definition +**UC1. Web browser** +- Given that I am a Tmail user and I have logged in successfully +- I click on one label in left panel, then the screen that listing all emails which have this label will be shown +- Or in the content view of an email, when I hover the label, there wull be a tooltip saying :"Go to label" +- I click on the label, then the screen listing all emails which have this label is displayed. +- On this email list, I can see the name of original mailbox of each email on the list + +**UC2. Mobile** + +- Given that I am a Tmail user and I have logged in successfully +- When I click on the folder name in top of screen, the list of folders screen is opened, I can see a label list +- I click on one label in the list, then the sytem will display all emails which have this label on the screen +- The screen's title is changed to selected label. + + +[Back to Summary](#summary) + +## Screenshots + +![image](https://user-images.githubusercontent.com/68209176/228921162-5033893b-60fa-4ee0-bc8f-d0503b46617f.png) + + +![image](https://user-images.githubusercontent.com/68209176/228170226-dafddf6c-21bd-4ff5-a2fc-055d93de8fb0.png) + +### Mobile + + +![Group 768](https://user-images.githubusercontent.com/68209176/231079344-c8329179-6b56-49df-9dce-3bd2b646b70f.png) ![Group 769 (1)](https://user-images.githubusercontent.com/68209176/231079508-ef71c541-ed12-4b74-8bb9-8ca0f2cefdee.png) + + + +[Back to Summary](#summary) + +## Misc + +None + +[Back to Summary](#summary)