-
Notifications
You must be signed in to change notification settings - Fork 134
Description
Description
Merge of a Capability into another (as part of Capability Maintain). Should carry across the Primary Flag and any Allocations to the receiving capability.
Existing Behavior:
Primary is never carried across with the measurable rating.
Same for Allocation, it is also not carried over to new measurable.
Case 1:
My app has a rating to 1 capability A (with the Primary Flag and 100% allocation)
Capability A is merged into Capability B.
Expected behaviour: The 100% allocation and primary flag on Capability A should be carried across to the mapping to Capability B.
Current Behaviour: The rating is changed from A to B, but the allocation and primary flag is lost.
Start: A (100% P)
Expected: B (100% P)
Current Issue: B (0%) X
Case 2:
My app has ratings to Capability A(30%), B(30% Primary) & C(40%)
Capability B is merged into C
Expected Behaviour: The 30% allocation from B is added to C allocation (now 70%) and the primary flag moved to C.
Current Behaviour: The allocation of B is combined with C (now 70%) and the B rating removed, but the Primary flag is lost.
Start: A(30%), B(30% P), C(40%)
Expected: A(30%), C(70% P)
Current Issue: Expected: A(30%), C(70%) X
Resourcing
We intend to contribute this feature