medicode / lib

Commit History

docs: `result_list` doc, attributes, and story
90b7c15

noahsettersten commited on

docs: `result_heading` doc, attributes, and story
7fc32c8

noahsettersten commited on

docs: `loading_message` doc, attributes, and story
2893bb5

noahsettersten commited on

docs: `tag_result` doc, attributes, and story
157d2d3

noahsettersten commited on

docs: `code_display` doc, attributes, and story
69739b2

noahsettersten commited on

chore: Run `mix phx.gen.storybook`
24d78ad

noahsettersten commited on

fix: Retrieve value from scoped `search_term` input field
cad3c5b

noahsettersten commited on

chore: Make `search_term` input IDs unique
42d83b8

noahsettersten commited on

chore: Provider fuller DOM ID for transcription rows
f0bcac3

noahsettersten commited on

feat: Add `blur` event for new editable transcription text
b5d433c

noahsettersten commited on

chore: Align transcription loading state with loaded
9d78425

noahsettersten commited on

chore: Edit transcription inline without separate <textarea>
c770ab7

noahsettersten commited on

chore: Refine styling for CodeSelect
d9dedc5

noahsettersten commited on

chore: Create separate component for basic display of a code
9da0664

noahsettersten commited on

chore: Remove unnecessary `phx-change` event on CodeSelect input
e24c965

noahsettersten commited on

chore: Remove unused alias; reverse negated if/else
5fc337e

noahsettersten commited on

feat: Record code feedback when user manually enters code
f296c58

noahsettersten commited on

chore: Allow clearing selected code
278333f

noahsettersten commited on

feat: Search for codes by code or description
3280f20

noahsettersten commited on

feat: Allow selecting a code that wasn't suggested
aeeeee4

noahsettersten commited on

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

chore: Hide left nav below large screen sizes
4ee54fe

noahsettersten commited on

refactor: Break row into separate assigns for TranscriptionTextComponent
7aabb54

noahsettersten commited on

fix: Prevent summary from overwriting first line of transcription
9cee14f

noahsettersten commited on

perf: Combine `map` & `join` into `map_join`
91b179b

noahsettersten commited on

docs: Add @moduledoc for MedicalTranscription.Utilities
7c89e37

noahsettersten commited on

feat: Display weighting in code title; mixed color for mixed weighting
b9d0f1b

noahsettersten commited on

fix: Always pass `weighting` as a list
3d65418

noahsettersten commited on

chore: Include atom for each weighting result
10eac7e

noahsettersten commited on

feat: Weight based on multiple feedbacks for the same code
682498c

noahsettersten commited on

chore: Remove unnecessary link from logo
31f90e4

noahsettersten commited on

chore: Reduce opacity of highlighted bg for codes, adjust padding
5f2d531

noahsettersten commited on

feat: Include codes with feedback, even if not most similar
0bce68f

noahsettersten commited on

refactor: Split code weighting into separate functions
69180e6

noahsettersten commited on

fix: Sort code results after weighting
af555df

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: Weight results of code vector search
ea91b21

noahsettersten commited on

fix: Ensure we only return one feedback for a given text + vector pair
969feed

noahsettersten commited on

chore: Add timestamps to code_feedbacks and code_vectors tables
745fdb9

noahsettersten commited on

chore: Expand message on submitting code feedback
9aeba4b

noahsettersten commited on

chore: Highlight feedback buttons when clicked, ...
a19d36e

noahsettersten commited on

refactor: Clean up state in HomeLive.Index mount/3 call
8f4c6f0

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