Primary backend components
server/locker-room-actions.tsserver/reaction-actions.tsserver/team-follow-actions.tsapp/api/locker-room/route.tsapp/api/locker-room/[id]/comments/route.tsapp/api/locker-room/[id]/react/route.tsapp/api/user/follow/route.tsapp/api/user/followers/route.ts
Core model touchpoints
LockerRoomPostLockerRoomPostCommentLockerRoomPostReactionLockerRoomPostLikeUserFollowTeamFollow
High-level flow
Architectural notes
- Social endpoints combine immediate write paths with read endpoints for feed composition.
- Stream endpoints support near-real-time update delivery patterns.
- Social and follow features are separate model families that intersect through user identity.
