Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sent a message #105

Open
iuresti opened this issue Sep 12, 2019 · 0 comments
Open

Sent a message #105

iuresti opened this issue Sep 12, 2019 · 0 comments

Comments

@iuresti
Copy link
Member

iuresti commented Sep 12, 2019

Create endpoint POST /api/message with body:

{
     "title" : "subject of the message",
     "highPriority": "true/false",
     "body": "A message encoded in base64",
     "receivers":["userId1", "userId2", "userId3"],
     "resources": [
         {
               "mimeType": "standard mime type",
               "payload": "byes of the attachment encoded in base64"
         }
     ]
}
  • Use current date as send date
  • Use current user as sender
  • Receivers must not be empty
  • Resources can be empty or even not to be present
@iuresti iuresti added this to the MVP milestone Sep 12, 2019
@iuresti iuresti assigned karenmtz3 and unassigned karenmtz3 Sep 12, 2019
@iuresti iuresti removed the sprint-3 label Sep 13, 2019
@iuresti iuresti removed this from the MVP milestone Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants