IKANOW / Workforce-of-Tomorrow

Workforce of Tomorrow Team Repository
0 stars 0 forks source link

As a user, I would like to see Units of Work represented in the coverage editor #114

Closed rjarrett closed 12 years ago

dshowers commented 12 years ago

IRS feedback. Rob and Chris to determine how to get the required data back to be displayed.

dshowers commented 12 years ago

@rjarrett to implement display.

rsalexander74 commented 12 years ago

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)

rsalexander74 commented 12 years ago

Issue reassigned to @rjarrett

dshowers commented 12 years ago

Rob to verify

rsalexander74 commented 12 years ago

verified