• Joined on 2021-11-21
logan pushed to main at logan/server-26 2026-09-23 23:54:37 -04:00
c043298902 Merge pull request 'Incidents search/filter/load-more; Archive viewable by viewers' (#164) from feat/archive-search-viewers into main
fa194e0f0a frontend: search, filters and load-more on Incidents; open Archive to viewers
Compare 2 commits »
logan merged pull request logan/server-26#164 2026-09-23 23:54:36 -04:00
Incidents search/filter/load-more; Archive viewable by viewers
logan pushed to feat/archive-search-viewers at logan/server-26 2026-09-23 23:53:50 -04:00
fa194e0f0a frontend: search, filters and load-more on Incidents; open Archive to viewers
logan created branch feat/archive-search-viewers in logan/server-26 2026-09-23 23:53:50 -04:00
logan created pull request logan/server-26#164 2026-09-23 23:53:50 -04:00
Incidents search/filter/load-more; Archive viewable by viewers
logan pushed to main at logan/server-26 2026-09-21 00:04:43 -04:00
5f85a878fa admin: STT eval harness — record human-verified transcripts, measure real WER (#163)
logan commented on issue logan/server-26#162 2026-09-20 21:57:07 -04:00
transcript_correction.py accepted the model's rewrite verbatim — a real ten-code got swapped for a different real ten-code

Correction: the commit message for this fix (241a15b) says "Filed server-26#161 for the broader STT/audio quality initiative" — that's wrong, #161 is the unrelated FIREBASE_TOKEN/Firestore-rules…

logan opened issue logan/server-26#163 2026-09-20 21:56:50 -04:00
STT quality initiative: raw transcription accuracy is the ceiling every downstream fix (correction, extraction, correlation) is hostage to — research + candidate angles
logan commented on issue logan/server-26#36 2026-09-20 21:56:32 -04:00
Move transcript correction into transcription, with per-talkgroup vocabulary and area context

Flagging while researching a separate STT-quality issue: this reads as already implemented, not just proposed. drb-c2-core/app/internal/transcript_correction.py today is exactly this shape — a…

logan closed issue logan/server-26#6 2026-09-20 21:56:15 -04:00
geocode_max_km=40 may be rejecting legitimate MTA locations
logan commented on issue logan/server-26#6 2026-09-20 21:56:14 -04:00
geocode_max_km=40 may be rejecting legitimate MTA locations

Confirmed and fixed as part of #159 (commit 66bbf5b), which independently found and traced the exact mechanism this issue flagged as untested. Concrete case: node-002 sits in Westchester but…

logan pushed to main at logan/server-26 2026-09-20 21:51:43 -04:00
241a15b8da transcript_correction: reject a correction that changes a ten-code (#162)
logan opened issue logan/server-26#162 2026-09-20 21:51:26 -04:00
transcript_correction.py accepted the model's rewrite verbatim — a real ten-code got swapped for a different real ten-code
logan closed issue logan/server-26#156 2026-09-20 20:43:07 -04:00
deploy.yml: /opt/drb/.last_good_tag reads empty (not missing), so PREV_TAG is blank and every deploy's Main Deploy step fails — rollback safety net has been dead since at least run #602
logan commented on issue logan/server-26#156 2026-09-20 20:43:06 -04:00
deploy.yml: /opt/drb/.last_good_tag reads empty (not missing), so PREV_TAG is blank and every deploy's Main Deploy step fails — rollback safety net has been dead since at least run #602

Fixed in f91d455, pushed to main. Verified on run 612: "Deploy to VM" reports success (first green deploy since the lock started), and /health confirms git_sha f91d4559 matches HEAD. The…

logan pushed to main at logan/server-26 2026-09-20 20:36:20 -04:00
f91d4559f3 deploy: treat an empty .last_good_tag the same as a missing one (#156)
logan closed issue logan/server-26#159 2026-09-20 20:31:17 -04:00
Citywide/large systems (e.g. NYPD Citywide) never get a location anchor, so location_proximity never fires and duplicate incidents get created for the same event at nearby addresses
logan closed issue logan/server-26#158 2026-09-20 20:31:16 -04:00
fast/thin correlation path never uses srcaddr for disambiguation, even though every call already carries it
logan commented on issue logan/server-26#159 2026-09-20 20:31:16 -04:00
Citywide/large systems (e.g. NYPD Citywide) never get a location anchor, so location_proximity never fires and duplicate incidents get created for the same event at nearby addresses

Fixed in 66bbf5b, pushed to main and live in prod (verified via /health git_sha). 422 pass, 0 fail. Also manually merged the two duplicate prod incidents this bug produced ("Shots Fired at 1108…

logan commented on issue logan/server-26#158 2026-09-20 20:31:16 -04:00
fast/thin correlation path never uses srcaddr for disambiguation, even though every call already carries it

Fixed in 6c09508, pushed to main and live in prod as of 66bbf5b (verified via /health git_sha). 422 pass, 0 fail.