Closed rjarrett closed 12 years ago
@rjarrett to implement display.
In the coverage lever, for each worktype under each workstream and each year, get the "potential_work" quantity (query on worktype, workstream and year) and the selection_rate (by the same worktype, workstream, and year) from workload data. (Potential_work * selection_rate) goes in a new column just to the right of the "Predicted Coverage" column. Label this column Predicted Units of Work. The entries in the higher level rows for Workstream and for Year should always be "--" since units of work is not well-defined until you get down to worktype.
Move the "Percent Change" column to be column three, between the new "Predicted Units of Work" and the old "Desired Coverage" column.
Add another new column just to the right of the "Desired Coverage" column labeled "Desired Units of Work". The value for this field is (PredictedUnitsOfWork * ((100+%Change)/100)).
Note that the Column labels will also change (see issue #120)
So we have six columns: 1) Predicted Coverage (new label to be assigned in Issue #120) 2) Predicted Units of Work 3) Percent Change 4) Desired Coverage (new label to be assigned in Issue #120) 5) Desired Units of Work 6) Coverage Change (new label to be assigned in Issue #120)
Issue reassigned to @rjarrett
Rob to verify
verified
IRS feedback. Rob and Chris to determine how to get the required data back to be displayed.