Complete or remove the stub live_update_pitching endpoint #11
Labels
No Label
ai-changes-requested
ai-failed
ai-merged
ai-pr-opened
ai-reviewed
ai-reviewing
ai-reviewing
ai-working
bug
enhancement
evolution
performance
phase-0
phase-1a
phase-1b
phase-1c
phase-1d
security
tech-debt
todo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-database#11
Loading…
Reference in New Issue
Block a user
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?
`app/routers_v2/scouting.py:92-102`. Validates auth then immediately returns `files.dict()` with no processing. Placeholder never implemented.
Priority: high
Opened PR #57 to resolve this: #57
Approach: Removed the
live_update_pitchingendpoint entirely. No pitching processing logic, data models, or callers existed anywhere in the codebase. The endpoint also incorrectly acceptedBattingFilesas its input type, confirming it was never properly designed. Removal is the right call here.