-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmails.json
More file actions
44 lines (44 loc) · 2.42 KB
/
mails.json
File metadata and controls
44 lines (44 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"items": [
{
"header": "Project Alpha - Milestone Achieved",
"date": "2024-01-20",
"content": "Dear Team, We are pleased to inform you that Project Alpha has achieved a significant milestone. The new feature implementation is complete, and testing is underway. Kudos to everyone involved! Regards, Project Alpha Team"
},
{
"header": "Sprint Planning Meeting",
"date": "2024-01-21",
"content": "Hello Team, You are invited to the Sprint Planning Meeting scheduled for next week. Date: 2024-01-28 Time: 10:00 AM Agenda: Discuss upcoming sprint goals and priorities. Location: Virtual meeting link attached. Best regards, Scrum Master"
},
{
"header": "Code Review: Feature X Implementation",
"date": "2024-01-22",
"content": "Hi Team, I have submitted the code for implementing Feature X. Please review and provide feedback. GitHub link: [Link to the pull request] Thanks, Developer"
},
{
"header": "Bug Alert: User Authentication Issue",
"date": "2024-01-23",
"content": "Attention Team, A critical bug has been identified in the user authentication module. Please prioritize its resolution. Details: - Bug description - Steps to reproduce - Severity: High Regards, QA Team"
},
{
"header": "Slack Update: New Channel for API Discussions",
"date": "2024-01-24",
"content": "Hello Team, We have created a new Slack channel #api-discussions for focused discussions on API-related topics. Join us there for collaborative discussions. Regards, DevOps Team"
},
{
"header": "Updated Coding Standards",
"date": "2024-01-25",
"content": "Dear Developers, We have made updates to the coding standards. Please review the updated documentation [link] and ensure adherence in your code submissions. Regards, Code Review Team"
},
{
"header": "Python Workshop: Advanced Topics",
"date": "2024-01-26",
"content": "Hello Team, We are organizing a workshop on advanced Python topics next week. Date: 2024-02-02 Time: 2:00 PM Location: Training Room B. RSVP by 2024-01-30. Regards, Learning and Development Team"
},
{
"header": "Urgent: Server Downtime",
"date": "2024-01-27",
"content": "Attention Team, We are experiencing unexpected server downtime. Our technical team is investigating the issue. Further updates will be provided as soon as possible. Regards, IT Operations Team"
}
]
}