feat: Learning insights dashboard #16
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
A dashboard showing learning insights over time - what you've learned, patterns in your work, technologies used, and knowledge gaps. Provides gamification and self-reflection features.
Insights Categories
1. Activity Metrics
2. Learning Insights
3. Technology Tracking
4. Knowledge Gaps
Identify areas with few memories or declining activity:
5. Streaks & Achievements
Database Schema
API Endpoints
UI Components
Main Dashboard
Calendar Heatmap (GitHub-style)
Word Cloud
Implementation Steps
daily_statsaggregation tabletechnology_usagetrackingachievementssystemFiles to Create/Modify
packages/database/src/entities/DailyStats.ts- New entitypackages/database/src/entities/TechnologyUsage.ts- New entitypackages/database/src/entities/Achievement.ts- New entitypackages/backend/src/services/insights-service.ts- Aggregation logicpackages/backend/src/services/achievement-service.ts- Achievement trackingpackages/backend/src/routes/insights.ts- API endpointspackages/worker/src/tasks/aggregate-stats.ts- Daily aggregation jobpackages/ui/src/views/InsightsView.tsx- Main dashboardpackages/ui/src/components/CalendarHeatmap.tsx- Heatmap componentpackages/ui/src/components/WordCloud.tsx- Word cloud componentpackages/ui/src/components/AchievementCard.tsx- Achievement displayDependencies
Acceptance Criteria
Migrated-From: jack/claude-mem-fork#30