-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.ts
107 lines (72 loc) · 1.82 KB
/
TODO.ts
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
/*
likes system
blogs system
private groupes
invitations
favioret list
interactions
follow / followers system
notifications
search
share
block
report
Donation blogers.
*/
/*
Setup Redis
Setup Cron Jobs (with node corn )
Setup Elasticsearch
Setup different testing stages
*/
/*
Clean Architecture
Hexagonal Architecture (Ports and Adapters)
Domain-Driven Design (DDD)
Event-Driven Architecture
Microservices Architecture
Serverless Architecture
Monolithic Architecture
*/
/*
Authentication & Security Related:
Password Reset Email (when users forget password)
Login from New Device Alert
Two-Factor Authentication (2FA) Code
Account Deletion Confirmation
Security Settings Change Notification
Content & Engagement Related:
New Follower Notification
Comment Notification (when someone comments on your post)
Comment Reply Notification
Post Mention/Tag Notification
Featured Post Notification (if your post gets featured)
Weekly/Monthly Digest of Popular Posts
Newsletter Subscription Confirmation
Account Management:
Email Change Confirmation
Profile Update Confirmation
Account Inactivity Reminder
Account Suspension Notice
Account Reactivation Confirmation
Premium Features Upgrade Confirmation (if you have paid features)
Administrative:
Post Reported/Flagged Notification
Content Violation Warning
Community Guidelines Update
Terms of Service Update
Privacy Policy Update
Platform Maintenance Notice
Reminders & Engagement Boosters:
Draft Post Reminder (for saved drafts)
Writing Streak Notification
Milestone Achievements (e.g., "Congratulations on 100 followers!")
Re-engagement Emails (for inactive users)
Platform Tips & Features Introduction
*/
/**
* 26/12/2024
* Complete user's feature for both users and admins
* create and complete support ticket feature
* setup swagger for API documentation .
*/