drivendataorg / concept-to-clinic

ALCF Concept to Clinic Challenge
https://concepttoclinic.drivendata.org/
MIT License
367 stars 146 forks source link

Show list of candidates nodules on "Detect and select" page #35

Closed lamby closed 7 years ago

lamby commented 7 years ago

Overview

Before more data is added to this view, we will start by simply showing the list of candidate nodules that are returned by the backend. Therefore, "Detect and select" views should show list of candidate nodules.

No accept/reject support is required here; that will be covered elsewhere.

Expected Behavior

The list of nodule candidates should be displayed on the "Detect and select" stage of case investigation:

Technical details

An "accordion" interface is suggested. The predicted centroid metadata should be displayed as well, with any floating point numbers suitably truncated for human consumption.

Acceptance criteria

The view called "Detect and select" will show the list of candidates corresponding to the current case and any relevant metadata (eg. centroids, etc.) are displayed.

Blocked by

Issues: #9

lamby commented 7 years ago

Fixed in #88