Complete or remove the stub live_update_batting endpoint #10
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#10
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:57-89`. Iterates over `files.vl_basic` (a string, not parsed CSV), has `pass` with TODO comments. The loop iterates over characters in a filename string. Endpoint is completely broken.
Priority: high
PR #54 opened: #54
Chose to remove the endpoint rather than complete it. The implementation was too incomplete to fix minimally — it iterated over a filename string character-by-character, had
passwith TODO blocks, and no running stats logic. Completing it would require CSV parsing design decisions and full BattingCardRatings/BattingCard creation logic that aren't well-specified.Also removed the dead commented-out
csv_file_to_dataframehelper block.BattingFilesmodel retained sincelive_update_pitchingstill references it.