-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathtodo.txt
54 lines (30 loc) · 1.42 KB
/
todo.txt
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
/***********************************************************************************/
* TODO *
/**********************************************************************************/
Done
-----
1- Login, Register,and logout users.✅
2- Show the list of Listings in feed.✅
3- User Account.✅
4- User profile and show his listings.✅
5- User messages.✅
6- Sort listing by date of post.✅
7- Make app real time application using socket.io (frontend, backed).✅
8- Handle authentication using jwt.✅
9- Handle update and delete listings.✅
10- Send verification email to user.✅
11- Verify account after send verification email to user.✅
12- Finish send and get messages in backend.✅
13- Finish create, delete, and get chats in backend.✅
14- Delete chats from one side that delete chat and show to anther who didn't delete chat until he delete chat too.✅
15- Create task run every 12 hours to delete deleted chats from DB.✅
16- Message input screen, send , and display messages.✅
--------------------------------------------------------------------
Future
--------
1- Handle update and delete listing image.❌
2- Forbidden delete listing image if there is only one.❌
3- Handle (add, update, delete) multiple images for listings.❌
4- Handle change user profile pic.❌
5- Send message notification.❌
6- Recommendation system.❌