You are browsing as a guest. Sign up (or log in) to start making projects!

8h 0m logged

Command devlog #1
—Hello again proggers—
New project, new devlog series. This is Command, and this is its very first entry, kicked off with the first real batch of changes since fc.deltaavdevs.com went live. Four features, backend and frontend both, all sitting on local testing branches — nothing pushed yet, on purpose.
Cat or dog? view_alliance
Okay let’s get into it~
—Yap—
FIRST scouting tooling apparently needed team assignment, performance auditing, cross-alliance data sharing, and import support all at once, so that’s what got built. Everything here is local-only for now. Testing branches exist for a reason.
—The Great Suffering—
1 — Assign Scouts To Teams
New /api/assignments* endpoints plus scout_assignments_page.dart on the frontend. Completion is computed live from existing reports instead of tracked as a stale flag that drifts out of sync with reality the moment someone forgets to update it.
2 — Performance Auditing
/api/scouts//performance plus feedback notes, computed from existing data rather than some separate tracked metric. Framed deliberately as coaching signal, not a score — nobody needs a leaderboard of who’s worst at scouting. Includes a feedback loop for thanking scouts who turn in good data, since positive reinforcement apparently works better than a spreadsheet judging you silently.
3 — Cross-Team Data Sharing
/api/alliance/shares
, unilateral grant model with separate pit/notes permission toggles. Reuses view_alliance/edit_alliance permissions the codebase had already reserved at some point and just never actually implemented. Nice to finally use something that’s been sitting there.
4 — Import From Other Apps
“RadioScoutz” turned out to be Scoutradioz once actually searched for, confirmed and supported directly. “Manta” didn’t match any real app that could be found, so instead of guessing a format and hoping, it falls through to the generic CSV/JSON importer. Every import is undoable in one call, because guessing wrong on an import shouldn’t mean manually cleaning up a database.
5 — Found During Self-Review: The Import Bug
Self-review turned up a real one: the import route had no per-row error handling on the DB insert loop. One bad row could silently corrupt a batch’s reported counts with no error surfaced anywhere. Fixed before this ever got near a real import.
found it myself before it found someone else, counts as a win
—FAQ (no one asked these but they are here)—
Q: What is a “progger”?
A: A human programmer. You. The one starting a brand new devlog series on top of three other ones.
Q: Why nothing pushed yet?
A: Four features touching backend and frontend at once deserves local testing first, not a live branch someone else pulls mid-break.
Q: What’s “Manta” actually referring to?
A: Unknown. Searched, found nothing matching a real scouting app by that name, so it’s just generic importer territory until proven otherwise.
Q: Is performance auditing going to make scouts feel judged?
A: That’s specifically what the “coaching signal, not a score” framing and the thank-scouts feedback loop are trying to avoid.
Q: Was the import bug caught before it broke anything real?
A: Yes, self-review, before it touched a real batch.
—This is the end*—
*end for now, unpushed branches permitting
FRC!!!

0
5

Comments 0

No comments yet. Be the first!