drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge

Home Page:https://concepttoclinic.drivendata.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make reusable/generic component into common

louisgv opened this issue · comments

commented

Expected Behavior

The following components should be delegated to common components as they are either generic, minimal or has high recycling potential:

  • Nodule (interface/frontend/src/components/annotate-and-segment/Nodule.vue)
  • OneLineParagraph (interface/frontend/src/components/report-and-export/OneLineParagraph.vue)
  • RadioInput (interface/frontend/src/components/annotate-and-segment/RadioInput.vue)

Possible Implementation

Checklist before submitting

  • I have confirmed this using the officially supported Docker Compose setup using the local.yml configuration and ensured that I built the containers again and they reflect the most recent version of the project at the HEAD commit on the master branch
  • I have searched through the other currently open issues and am confident this is not a duplicate of an existing bug
  • I provided a minimal code snippet or list of steps that reproduces the bug.
  • I provided screenshots where appropriate
  • I filled out all the relevant sections of this template