medicode / lib /medical_transcription_web

Commit History

feat: Highlight keywords inline in transcription
83bf488

noahsettersten commited on

chore: Remove the need to pass a PID to TranscriptionTextComponent
b8bd116

noahsettersten commited on

chore: Display top keywords sorted by score
e7e9eaf

noahsettersten commited on

feat: Aggregate keywords in summary
046803b

noahsettersten commited on

chore: Only find keywords when `row` is assigned
fbabb92

noahsettersten commited on

feat: Create LiveComponent for transcription text display
d93863b

noahsettersten commited on

chore: Rearrange keyword display logic
cc36cea

noahsettersten commited on

feat: Gather keywords from transcribed text
7ae16f7

noahsettersten commited on

fix: Display of streaming results in list
c6ea04f

noahsettersten commited on

refactor: Move more of the UI into separate components
8aae8fe

noahsettersten commited on

feat: Add "long_description" to "code_feedbacks" table
abaf246

noahsettersten commited on

feat: Add initial styling from design
a8e82ac

noahsettersten commited on

chore: Update logo SVG and header background color
0a0ac00

noahsettersten commited on

feat: Record user feedback on given code
712bb74

noahsettersten commited on

feat: Add non-functional buttons to submit feedback on codes
be45c3f

noahsettersten commited on

chore: Adjust width for code column
7716593

noahsettersten commited on

chore: Include sample data for testing UI changes
cf33714

noahsettersten commited on

feat: Create component for displaying %TagResult{}
bade74c

noahsettersten commited on

chore: Use new `TagResult` struct for semantic search results
a4478d7

noahsettersten commited on

feat: Use LiveView streams; extract ML work; show in-progress
bdffcf8

noahsettersten commited on

chore: Send transcribed lines as process messages
63bdb9a

noahsettersten commited on

chore: Tag each transcribed line in a Stream.map
778e209

noahsettersten commited on

chore: Place `handle_event` calls adjacent to each other
d99b575

noahsettersten commited on

feat: Show results with timestamps in a table
c2ad10e

noahsettersten commited on

feat: Search for matching codes for transcribed audio
e4bca00

noahsettersten commited on

WIP audio tagging
0054b1a

timgremore commited on

feat: Print entire transcrip
1f54707

timgremore commited on

feat: HomeLive.Index LiveView
83105f7

timgremore commited on