fix: replace category pitches with Marcus's universal sponsor template #361
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/basketball-api#361
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?
Type
Feature
Lineage
Child of basketball-api#316 (sponsor system). Updates blast pitch content to match Marcus's latest template (emailed to westsidebasktball@gmail.com 2026-04-06).
Repo
forgejo_admin/basketball-apiUser Story
As an admin, I want the sponsor outreach email to use our strongest universal pitch — highlighting nonprofit status, national platform, and 150K+ IG views — so that every business gets the same compelling message.
Context
Marcus evolved his sponsor pitch since the initial GroupMe category-specific templates. His latest version (emailed 2026-04-06) is a single universal template that:
The current CATEGORY_PITCHES dict in sponsor_service.py has 9 different category-targeted pitches. Replace them all with one universal default pitch derived from Marcus's email.
File Targets
Files the agent should modify:
src/basketball_api/services/sponsor_service.py— replace CATEGORY_PITCHES dict with a single DEFAULT_PITCH string. Update get_pitch() to return custom_pitch if set, else DEFAULT_PITCH (ignore category).Files the agent should NOT touch:
src/basketball_api/routes/sponsors.py— no route changes neededsrc/basketball_api/models.py— no model changes neededThe New Default Pitch
Note: {{business_name}} in the pitch gets replaced by load_email_template along with the other template placeholders. The greeting ("Hello {{business_name}}") and closing ("Thank you... Marcus Draney...") are in the MJML template, not the pitch.
Acceptance Criteria
Test Expectations
pytest tests/test_sponsor_blast.py -vConstraints
Checklist
Related
westside-sponsors— canonical sponsor reference