Work units should use a combo box
Table of Contents
This page is a capture in the discarded bucket of the product backlog.
Resolved (deep backlog refinement, 2026-07-11): ores.compute already has a full WorkunitDetailDialog (projects/ores.qt/compute/src/WorkunitDetailDialog.cpp, ui/WorkunitDetailDialog.ui) with proper combo-box-backed fields (batchCombo, appVersionCombo) and a dedicated ClientWorkunitModel – work units are created via a structured dialog, not a free-text field. No remaining free-text 'work unit' field was found anywhere else in the codebase.
What
(One paragraph: the idea.)
Why
(Motivation, problem being solved, related context.)
References
See also
Work units (time-tracking / effort units) are currently entered as a free-text field in some forms. Replace with a combo box populated from the work unit lookup table, matching the pattern used for other enumeration-backed fields.