-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
74 lines (40 loc) · 1.34 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
Retro Tweet Project TODO List:
Enhance user authentication
Add email verification for new registrations
Implement stronger password requirements
Consider adding OAuth (e.g., Google auth) for easier login
Improve user profiles
Add avatar upload functionality
Implement user bio or status message
Expand tweet functionality
Add ability to edit and delete tweets
Implement retweet functionality
Add likes/favorites for tweets
Implement follow system
Allow users to follow/unfollow other users
Create a personalized feed of tweets from followed users
Add search functionality
Develop search.php
Implement search for tweets and users
Enhance security
Review and improve CSRF protection
Enhance input sanitization and validation
Improve error handling and logging
Optimize performance
Optimize database queries
Implement caching where appropriate
Add pagination for tweet feeds
Implement hashtag system
Parse and highlight hashtags in tweets
Create pages to view tweets by hashtag
Develop basic admin panel
Create admin dashboard
Implement user management for admins
Add ability to moderate tweets
Create a notification system
Notify users of new followers, likes, or retweets
Implement basic analytics
Track and display tweet views
Show trending topics or popular tweets
Add responsiveness for mobile devices
Consider adding a dark mode toggle