medicode / lib /medical_transcription_web /components /transcription_text_component.ex

Commit History

chore: Maintain transcription font size; expand textarea width
7836661

noahsettersten commited on

refactor: Move code search into TranscriptionTextComponent
3748deb

noahsettersten commited on

feat: Edit transcription and update codes and keywords
5505ef0

noahsettersten commited on

refactor: Break row into separate assigns for TranscriptionTextComponent
7aabb54

noahsettersten commited on

chore: Remove unused code for highlighting previous feedback responses
b20fcc2

noahsettersten commited on

feat: Highlight weighted feedback
65843fa

noahsettersten commited on

chore: Note highlighting is for recorded feedback and not weighting
628c254

noahsettersten commited on

feat: Highlight previous feedback in tag results
aaa724e

noahsettersten commited on

feat: Retrieve cosine similarity from Postgres query
076da4c

noahsettersten commited on

refactor: Move CodeSearcher and CodeVector into Coding context
a7feaeb

noahsettersten commited on

refactor: Remove need for `is_summary` flag
60bcf8d

noahsettersten commited on

fix: Don't find keywords if transcription text is empty
e07d058

noahsettersten commited on

chore: Namespace serving child processes
a227b91

noahsettersten commited on

docs: Explain current usage of score in .tag_result
e64366f

noahsettersten commited on

feat: Store vector for text in feedback, associate to code_vectors
58815a9

noahsettersten commited on

docs: Add moduledocs to some modules
cb8dc08

noahsettersten commited on

Hide timestamp for summary
f290997

Chris Held commited on

refactor: Move keyword highlighting to separate component
09e4e72

noahsettersten commited on

fix: Don't highlight keywords including "and"
af81663

noahsettersten commited on

feat: Use vector search to find top two keywords
c3c8822

noahsettersten commited on

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