Open cdfhalle opened 2 days ago
The pull request introduces enhancements to the job submission process within the application. Key modifications include updates to the JobController
methods to accept additional parameters for neuron inference and TIFF export jobs. The routing configuration for the inferNeurons
endpoint has been adjusted to accommodate these new parameters. Furthermore, the frontend JavaScript files have been updated to reflect these changes, allowing for more detailed job configurations. A new component for evaluation settings has been added to improve user interaction when starting AI jobs.
File Path | Change Summary |
---|---|
app/controllers/JobController.scala |
Updated runInferNeuronsJob and runExportTiffJob methods to include new parameters for enhanced job configuration. |
conf/webknossos.latest.routes |
Modified the POST /jobs/run/inferNeurons route to accept additional parameters for neuron inference jobs. |
frontend/javascripts/admin/api/jobs.ts |
Updated startNeuronInferralJob function to include new parameters for evaluation settings; improved job sorting logic in getJobs function. |
frontend/javascripts/oxalis/view/action-bar/starting_job_modals.tsx |
Added CollapsibleEvaluationSettings component for configuring evaluation settings; updated StartJobForm and NeuronSegmentationForm to incorporate new evaluation parameters and improve error handling during job initiation. |
JobController
.new feature
, enhancement
, frontend
, backend
In the meadow where jobs take flight,
New settings bloom, oh what a sight!
With parameters fresh, our jobs now gleam,
Evaluation's sweet, like a rabbit's dream.
Hop along, let the changes flow,
In the world of jobs, we’ll steal the show! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Steps to test:
TODOs:
Issues:
(Please delete unneeded items, merge only when none are left open)
Summary by CodeRabbit
Release Notes
New Features
Improvements
Bug Fixes