Closed willgraf closed 3 years ago
This looks awesome! Couple suggestions:
@ngreenwald Great suggestions! I've incorporated them all except 2 and 4, and the changes are live.
I've left the capitalized title because the other labels are also capitalized ("Rescale Automatically").
I've not changed it to "Job Type" because I did not like the look of just "Model".
Okay awesome! Can you change the dropdown to Mesmer? Also, could we add a link somewhere in the FAQ to intro-to-deepcell? Maybe the "where can I get help" section?
"For an overview of the DeepCell ecocystem, please see our introductory documentation
Good idea with the FAQ.
The dropdown value will be changed on the deployment, the job types are injected as environment variables, so they cannot be changed in this PR.
Display an example image and a brief description of the inputs for each job type.
This is currently hardcoded in
src/Predict/jobData.js
and will need to be updated for future job types until this information is provided by the backend API. This could eventually be brought into the/api/jobtypes
route.This PR also breaks the
Predict
component into several smaller components:ModelDropdown
JobCard
ScaleForm
FileUpload
was moved into the same folder for consistency.Fixes #138 Fixes #122