User Stories
What the Westside Basketball platform needs to do, from the perspective of each user type.
Marcus (Program Owner)
- As Marcus, I want to see all my teams, players, and coaches in one place
- As Marcus, I want to manage registrations and rosters
- As Marcus, I want to send emails to parents about schedules and updates
- As Marcus, I want to see work in progress on my project via the agency board
Parents (Customers)
- As a parent, I want to register my child for a team
- As a parent, I want to see my child's schedule and team info
- As a parent, I want to receive updates from the program
User Flow
flowchart TD
V[Visitor] -->|fills contact form| L[Lead]
L -->|Marcus promotes| C[Customer / Parent]
C -->|logs in| D[Parent Dashboard]
M[Marcus] -->|logs in| A[Admin Dashboard]
A --> TEAMS[Manage Teams]
A --> PLAYERS[Manage Players]
A --> EMAIL[Send Emails]