Create README.md

This commit is contained in:
Diep Tran
2022-12-23 12:44:16 +07:00
committed by Dat H. Pham
parent b882f916a0
commit 1c622e9693
+47
View File
@@ -0,0 +1,47 @@
# Summary
* [Context](#context)
* [Definition](#definition)
* [Stories](#stories)
* [Misc](#misc)
## Context
Team Mail is a cross-platform, interoperable email application relying on the JMAP protocol.
[Back to Summary](#summary)
## Definition
Reading email is one of the most basic functions, which allows user to follow up their messages and arrange them. This EPIC will include:
- Listing mailbox, thread, emails, ...
- Receiving mail and open email content
- Preview and download attacments in email content
- Synchronize, refresh
- Receiving push notification
- Search email
- Filter email
- Mark message as star/spam
[Back to Summary](#summary)
## Stories
TODO
> A list of all the story documentation in the epic, must format as a list of links to corresponding user story files inside epic folder
1. [As a user, i can do something](./link-to-the-file.md)
[Back to Summary](#summary)
## Misc
> Link references, UI mockup, link to gitlab issye or any extra documents related to the EPIC
* [Gitlab issue]()
* [UI Mockup]()
[Back to Summary](#summary)