To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorManage Policies - View
As a Global Cost Estimator Administrator
I want to see a list of configured policies
So that I can maintain policies ready for cost estimate creation as changes are necessary
- Scenarios
-
- No policies are configured for company (US208)
- Policies have already been configured for company (US208)
- Another user is currently editing a policy assignment type configuration, so I cannot perform any actions on that policy assignment type configuration
- Activate an under construction policy (US208)
- Delete an existing policy (US208)
- Cancel an attempted deletion of a configured policy (US208)
- No policies are configured for company (US208)
-
- Given
- I am a client admin for a company with no policies configured
- When
- I display the Manage Policies page
- Then
- I see the "no configured policy" paragraph
- And
- I see the Add Policy button for policy configuration
- Policies have already been configured for company (US208)
-
- Given
- I am a client admin for a company with configured policies
- And
- the policy assignment type exists with a status of 'policy status'
- And
- no other user is editing the policy assignment type
- And
- unconfigured benefits include 'unconfigured benefits'
- When
- I display the Manage Policies page
- Then
- I see the Add Policy button for policy configuration
- And
- I will see a list of policy names, assignment types, and configuration status
- And
- I will have the ability to perform the 'available actions'
- And
- I will not see the "no configured policy" paragraph
Examples: policy status Unconfigured benefits available actions Active Edit, Delete Under Construction Edit, Activate, Delete Under Construction Destination Services Edit, Delete - Another user is currently editing a policy assignment type configuration, so I cannot perform any actions on that policy assignment type configuration
-
- Given
- I am a client admin for a company with configured policies
- And
- another user is currently editing "Policy A" "Long Term Assignment"
- When
- I display the Manage Policies page
- Then
- I will not have any available actions I can perform on "Policy A" "Long Term Assignment"
- And
- the status for "Policy A" "Long Term Assignment" will be Under Construction
- Activate an under construction policy (US208)
-
- Given
- I display the Manage Policies page
- And
- policy 'To Activate Policy' has a status of Under Construction
- And
- policy 'To Activate Policy' has the Activate action
- When
- I select the Activate action
- Then
- the Activate action is removed
- And
- the status is changed to Active
- Delete an existing policy (US208)
-
- Given
- I display the Manage Policies page
- And
- I choose to Delete policy 'Test Policy'
- When
- I confirm policy configuration deletion
- Then
- the Manage Users page is re-displayed
- And
- the policy 'Test Policy' is not displayed
- Cancel an attempted deletion of a configured policy (US208)
-
- Given
- I display the Manage Policies page
- And
- I choose to Delete policy 'Test Policy'
- When
- I cancel policy configuration deletion
- Then
- the Manage Policies page is re-displayed
- And
- the policy 'Test Policy' is displayed
Last published almost 7 years ago by Doug Snyder.