Update TF-1786-TeamMail-Swipe-in-Email-item-in-ThreadView .md
(cherry picked from commit bb7d458c6923982f5c50eb6fbee21cfcc61490ee)
This commit is contained in:
@@ -9,35 +9,7 @@
|
|||||||
|
|
||||||
* TODO: {link}
|
* TODO: {link}
|
||||||
|
|
||||||
## Acceptance Criteria:
|
## Definition:
|
||||||
```
|
|
||||||
GIVEN I'm a Tmail user
|
|
||||||
AND There are existed unread emails on my mailbox
|
|
||||||
WHEN I swipe left to right on an unread email rows
|
|
||||||
THEN I see the email row is swiped as blue background color belong with "read email icon"
|
|
||||||
AND System mark an email as read
|
|
||||||
|
|
||||||
GIVEN I'm a Tmail user
|
|
||||||
AND There are existed read emails on my mailbox
|
|
||||||
WHEN I swipe left to right on an read email rows
|
|
||||||
THEN I see the email row is swiped as blue background color belong with "unread email icon"
|
|
||||||
AND System mark an email as unread
|
|
||||||
|
|
||||||
GIVEN I'm a Tmail user
|
|
||||||
AND There are existed emails on my mailboxes
|
|
||||||
WHEN I swipe right to left on an email rows
|
|
||||||
THEN I see the email row is swiped as blue background color belong with "Move email icon"
|
|
||||||
AND System display a list mailbox dialog to let user select the email moving desitination
|
|
||||||
AND System display a checked icon belong to mailbox in the list which indicate user that email is in what mailbox at the moment
|
|
||||||
|
|
||||||
GIVEN I'm a Tmail user
|
|
||||||
WHEN I swipe right to left on an email rows
|
|
||||||
AND I select one mailbox in the list
|
|
||||||
THEN The email is moved with the toast message
|
|
||||||
```
|
|
||||||
|
|
||||||
## Definition
|
|
||||||
|
|
||||||
**UC1. As I am a user, I want to swipe left to right to mark an email as read without opening this email
|
**UC1. As I am a user, I want to swipe left to right to mark an email as read without opening this email
|
||||||
On thread-view, when I swipe left to right on email which be unread state, I can see:
|
On thread-view, when I swipe left to right on email which be unread state, I can see:
|
||||||
|
|
||||||
@@ -46,6 +18,16 @@ On thread-view, when I swipe left to right on email which be unread state, I can
|
|||||||
|
|
||||||
**Expected:** User mark an email as read successfully.
|
**Expected:** User mark an email as read successfully.
|
||||||
|
|
||||||
|
```
|
||||||
|
GIVEN I'm a Tmail user
|
||||||
|
AND There are existed unread emails on my mailbox
|
||||||
|
WHEN I swipe left to right on an unread email rows
|
||||||
|
THEN I see the email row is swiped as blue background color belong with "read email icon"
|
||||||
|
AND System mark an email as read
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
**UC2. As I am a user, I want to swipe left to right to mark an email as unread without opening this email
|
**UC2. As I am a user, I want to swipe left to right to mark an email as unread without opening this email
|
||||||
On thread-view, when I swipe left to right on email which be unread state, I can see:
|
On thread-view, when I swipe left to right on email which be unread state, I can see:
|
||||||
|
|
||||||
@@ -54,6 +36,15 @@ On thread-view, when I swipe left to right on email which be unread state, I can
|
|||||||
|
|
||||||
**Expected:** User mark an email as unread successfully.
|
**Expected:** User mark an email as unread successfully.
|
||||||
|
|
||||||
|
```
|
||||||
|
GIVEN I'm a Tmail user
|
||||||
|
AND There are existed read emails on my mailbox
|
||||||
|
WHEN I swipe left to right on an read email rows
|
||||||
|
THEN I see the email row is swiped as blue background color belong with "unread email icon"
|
||||||
|
AND System mark an email as unread
|
||||||
|
```
|
||||||
|

|
||||||
|
|
||||||
**UC3. As I am a user, I want to swipe right to left to move an email
|
**UC3. As I am a user, I want to swipe right to left to move an email
|
||||||
On thread-view, when I swipe right to left on email in my mailbox, I can see:
|
On thread-view, when I swipe right to left on email in my mailbox, I can see:
|
||||||
|
|
||||||
@@ -67,14 +58,19 @@ I see the email row is swiped as blue background color belong with "Move email i
|
|||||||
AND System display the list of mailboxes wit checked icon belong to mailbox which include that email.
|
AND System display the list of mailboxes wit checked icon belong to mailbox which include that email.
|
||||||
AND This email is moved to selected mailbox. System display a toast message.
|
AND This email is moved to selected mailbox. System display a toast message.
|
||||||
|
|
||||||
|
```
|
||||||
|
GIVEN I'm a Tmail user
|
||||||
|
AND There are existed emails on my mailboxes
|
||||||
|
WHEN I swipe right to left on an email rows
|
||||||
|
THEN I see the email row is swiped as blue background color belong with "Move email icon"
|
||||||
|
AND System display a list mailbox dialog to let user select the email moving desitination
|
||||||
|
AND System display a checked icon belong to mailbox in the list which indicate user that email is in what mailbox at the moment
|
||||||
|
|
||||||
[Back to Summary](#summary)
|
GIVEN I'm a Tmail user
|
||||||
|
WHEN I swipe right to left on an email rows
|
||||||
## Screenshots:
|
AND I select one mailbox in the list
|
||||||
|
THEN The email is moved with the toast message
|
||||||

|
```
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -83,9 +79,6 @@ AND This email is moved to selected mailbox. System display a toast message.
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Back to Summary](#summary)
|
[Back to Summary](#summary)
|
||||||
|
|
||||||
## Misc
|
## Misc
|
||||||
|
|||||||
Reference in New Issue
Block a user