vanvalenlab / kiosk-frontend

DeepCell web application built using NodeJS, Express, React, and Webpack.
Other
1 stars 0 forks source link

Remove unused configuration variables from JobData.js #189

Open msschwartz21 opened 2 years ago

msschwartz21 commented 2 years ago

As mentioned in #188, jobs are currently configured with two options (scaleEnabled and channelEnabled) in JobData.js. Neither of these parameters are used in the actual configuration of the job card. We should either restore functionality to these options or remove them.