Open tyaga001 opened 10 hours ago
Implement engagement tracking features to increase reader interaction and provide valuable metrics.
interface PostEngagement { slug: string; likes: number; uniqueUsers: { userId: string; // Hashed IP count: number; }[]; lastUpdated: Date; }
components/
@ayasahmad7655, see if you would like to work on this task.
@tyaga001 ok i will do it.
Overview
Implement engagement tracking features to increase reader interaction and provide valuable metrics.
Features to Implement
1. Like Counter System
2. View Counter
3. Reading Progress
Technical Requirements
UI Components Needed
Acceptance Criteria
References
components/