Files
workavia-mail-front/docs/stories/EPIC-Label/TF-1640-User-can-assign-label-to-an-email.md
T
Diep Tran 0090ace42b Create TF-1640-User-can-assign-label-to-an-email.md (#1668)
(cherry picked from commit d349a3140bf4e7d40d468349b5440e439e8bf733)
2023-04-14 17:12:34 +07:00

2.2 KiB

Summary

https://github.com/linagora/tmail-flutter/issues/1638

Definition

UC1. Assign a label for messages in thread-view

  • Given that I am a Tmail user and I have logged in successfully
  • On thread-view, I select one or multiple messages
  • On action bar, I can see an icon Label
  • I click on this icon, there will be a popup that listing all current labels
  • I can select one or multiple label then click button Apply
  • Then selected labels will be appeared on message as tags, on both thread-view and message content view

image

UC2. Assign a label for messages in message detail view

  • Given that I am a Tmail user and I have logged in successfully
  • I click on one message and the content will be opened
  • On action list on top of screen, I can see an icon Label
  • I click on this icon, there will be a popup that listing all current labels
  • I can select one or multiple label then click button Apply
  • Then selected labels will be appeared on this message as tags, on both thread-view and message content view

image

UC3. Remove a label on a message

  • Given that I am a Tmail user and I have logged in successfully
  • On thread-view I click on one message that currently have some label, the content view of this message is opened.
  • On content view, I can see labels of this emaill, each label contains a cross icon
  • I click on Cross icon,
  • The label is removed from this message and there will be a toast notification “[Label name] is removed from this email]” and Undo button
  • If I click Undo, the label is back to this email again.

image

image

Back to Summary

Screenshots

None

Back to Summary

Misc

None

Back to Summary