noahsettersten commited on
Commit
62edbad
1 Parent(s): 09e4e72

chore: Remove comments in favor of new Asana board

Browse files
lib/medical_transcription_web/components/components.ex CHANGED
@@ -135,7 +135,6 @@ defmodule MedicalTranscriptionWeb.Components do
135
  end
136
 
137
  defp feedback_button(assigns) do
138
- # TODO: Update UI after submitting feedback. E.g. change background color, etc. for confirmation.
139
  ~H"""
140
  <button
141
  phx-click="add_feedback"
 
135
  end
136
 
137
  defp feedback_button(assigns) do
 
138
  ~H"""
139
  <button
140
  phx-click="add_feedback"
lib/medical_transcription_web/components/layouts/app.html.heex CHANGED
@@ -11,7 +11,6 @@
11
 
12
  <div class="flex-1 px-6">
13
  <p class="text-xs leading-normal tracking-[0.2em] font-semibold uppercase">Today</p>
14
- <!-- TODO: Show a history of uploaded files here. -->
15
  </div>
16
 
17
  <div class="px-6 flex flex-col items-center">
 
11
 
12
  <div class="flex-1 px-6">
13
  <p class="text-xs leading-normal tracking-[0.2em] font-semibold uppercase">Today</p>
 
14
  </div>
15
 
16
  <div class="px-6 flex flex-col items-center">
lib/medical_transcription_web/live/home_live/index.ex CHANGED
@@ -22,14 +22,6 @@ defmodule MedicalTranscriptionWeb.HomeLive.Index do
22
 
23
  @impl Phoenix.LiveView
24
  def render(assigns) do
25
- # Future ideas:
26
- # - Fine-tune results based on feedback:
27
- # - Allow users to accept/decline suggested codes.
28
- # - Train model based on user feedback for suggested codes.
29
- # - After uploading an audio file, save the results to the DB (current date & time, transcription, assigned codes, etc.)
30
- # - Allow editing the transcription inline to correct mistakes. Then, retag based on the updated transcription.
31
- # - Stream audio recording instead of uploaded audio.
32
-
33
  ~H"""
34
  <div class="flex-1 flex flex-col space-y-6">
35
  <.result_heading
 
22
 
23
  @impl Phoenix.LiveView
24
  def render(assigns) do
 
 
 
 
 
 
 
 
25
  ~H"""
26
  <div class="flex-1 flex flex-col space-y-6">
27
  <.result_heading