Complete or remove the stub live_update_pitching endpoint #11

Open
opened 2026-02-20 06:52:06 +00:00 by cal · 1 comment
Owner

`app/routers_v2/scouting.py:92-102`. Validates auth then immediately returns `files.dict()` with no processing. Placeholder never implemented.

Priority: high

\`app/routers_v2/scouting.py:92-102\`. Validates auth then immediately returns \`files.dict()\` with no processing. Placeholder never implemented. **Priority**: high
cal added the
bug
todo
labels 2026-02-20 06:52:06 +00:00
cal added the
ai-working
label 2026-03-04 06:01:22 +00:00
cal added
ai-pr-opened
and removed
ai-working
labels 2026-03-04 06:03:16 +00:00
Author
Owner

Opened PR #57 to resolve this: #57

Approach: Removed the live_update_pitching endpoint entirely. No pitching processing logic, data models, or callers existed anywhere in the codebase. The endpoint also incorrectly accepted BattingFiles as its input type, confirming it was never properly designed. Removal is the right call here.

Opened PR #57 to resolve this: https://git.manticorum.com/cal/paper-dynasty-database/pulls/57 **Approach:** Removed the `live_update_pitching` endpoint entirely. No pitching processing logic, data models, or callers existed anywhere in the codebase. The endpoint also incorrectly accepted `BattingFiles` as its input type, confirming it was never properly designed. Removal is the right call here.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/paper-dynasty-database#11
No description provided.