Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 731 Bytes

File metadata and controls

30 lines (22 loc) · 731 Bytes

MVP Scope — DevScope

This document defines the locked scope for Phase 1 (MVP).
Anything not listed under MVP is explicitly out of scope.


✅ Must-Ship Features (MVP)

  • GitHub OAuth authentication
  • Fetch user’s public repositories
  • Fetch recent commits (last 90 days)
  • Developer dashboard:
    • Repository list
    • Commit activity count
    • Language usage summary
  • Public profile page at /u/[username]
  • Database persistence for users, repositories, and commits

🚫 Out of Scope (Phase 1)

These features are intentionally excluded to maintain focus:

  • AI-generated summaries
  • Weekly or monthly snapshots
  • Portfolio or showcase mode
  • Advanced analytics and charts
  • Notifications or alerts