• Joined on 2024-01-22
bbchops pushed to traumatized at bbchops/transcription 2026-08-08 18:08:09 -05:00
4dac9349c1 V3 step 1 update models.py and step 2 implement service/worker, and raw API response persistence
bbchops pushed to traumatized at bbchops/transcription 2026-08-08 16:16:37 -05:00
5a741de0a9 Updated documentation to v3 which will focus on capturing prompt/response interactions with AI.
bbchops commented on issue bbchops/transcription#9 2026-08-08 15:00:30 -05:00
job_source table: Where is the ai_metadata?

Fixed. See "AI metadata and api prompt results data capture now fixed."

bbchops closed issue bbchops/transcription#9 2026-08-08 15:00:30 -05:00
job_source table: Where is the ai_metadata?
bbchops pushed to traumatized at bbchops/transcription 2026-08-08 14:59:49 -05:00
58faa00d7b AI metadata and api prompt results data capture now fixed
bbchops commented on issue bbchops/transcription#1 2026-08-08 09:30:19 -05:00
Homepage: Picture viewer not working properly. Consider options
  • Picture viewer removed. Images now displayed via simple HMTL.
bbchops commented on issue bbchops/transcription#6 2026-08-08 09:28:23 -05:00
Person Detail page: Picture viewer is not working

Picture reviewer removed. Now the image is displayed in a simple box that takes up no more than 1/3 the page width, fits the image width to the column and auto-adjusts the height.

bbchops closed issue bbchops/transcription#6 2026-08-08 09:28:23 -05:00
Person Detail page: Picture viewer is not working
bbchops pushed to traumatized at bbchops/transcription 2026-08-08 09:22:31 -05:00
89cac3c378 Removed the image viewer which wasn't working anyway.
bbchops pushed to traumatized at bbchops/transcription 2026-08-08 08:21:39 -05:00
4b5e7ac23e Fixed Source Detail page
bbchops pushed to traumatized at bbchops/transcription 2026-08-07 09:10:06 -05:00
21a7e83563 Tweak empty page settings to make them more uniform.
bbchops pushed to traumatized at bbchops/transcription 2026-08-06 16:53:24 -05:00
fce7107863 Remove all references to "uploads" page
bbchops pushed to traumatized at bbchops/transcription 2026-08-06 15:12:24 -05:00
5090e238ff GLobal theme cleanup
bbchops opened issue bbchops/transcription#11 2026-08-06 14:49:29 -05:00
Sources page: Fix formatting and top menu links
bbchops pushed to traumatized at bbchops/transcription 2026-08-05 19:52:43 -05:00
75f263c2b6 Unit testing fixed? So says Copilot
bbchops pushed to traumatized at bbchops/transcription 2026-08-05 18:33:47 -05:00
be152a028e Continue troubleshooting unit tests. I think it is time to let Copilot have a crack at it.
bbchops pushed to traumatized at bbchops/transcription 2026-08-05 13:28:10 -05:00
9219adaf0c Fix unit test errors
bbchops pushed to traumatized at bbchops/transcription 2026-08-05 13:06:37 -05:00
fd3ca60008 Revamped the Documents, People, & Jobs too.
bbchops pushed to traumatized at bbchops/transcription 2026-08-05 12:36:00 -05:00
72bc96ab3a Revamped Sources related pages with the help of Gemini, which had a lot to say.
bbchops commented on issue bbchops/transcription#8 2026-08-05 12:24:01 -05:00
Sources page: status & error_detail are not displaying

I got Gemini to review sources.py, sources_page.py and suggest changes. I added several @properties to models.py, updated test_sources_page to use asyncio only, and updated theme.css so that the…