In 1st sprint we will complete following,
1. New eligibility screen (save/update/delete/clone)
2. Screen level changes to map new rule on plan design.
3. Business logic changes for plandesign on Enroll now and other modules.
4. Migration script for Plan Design
Amruta Lohiya
added a comment - - edited In 1st sprint we will complete following,
1. New eligibility screen (save/update/delete/clone)
2. Screen level changes to map new rule on plan design.
3. Business logic changes for plandesign on Enroll now and other modules.
4. Migration script for Plan Design
Sonali Punse (Inactive)
added a comment - Amruta Lohiya , Prasanna Karlekar Can you please mention the areas where this functionality is implemented till now.
OR can you please create ticket for each screen and link them to this ticket as parent ticket.
Varsha Shejawal (Inactive)
added a comment - - edited Known Issues :
1) On PlanDesign page :
When we close the pop-up after adding new rule the drop-down does not get refreshed. [FIXED]
Issues FIXED:
1. Select Company -> Customizer -> Eligibility Rules -> Now click on Customizer or any other menus -> Menus links are not active.
2. Select any existing plan -> go to Eligibility -> Shows the first eligibility rule as pre populated. [When I add new rule and do not set eligibility and edit it I can see select criteria as default selected]
3. Zip fields should be disabled when Zip set to NO.[We have done this for PlanDesign screen.]
4. Select All Eligibility Rule -> Delete -> shows Server error. [When rules are in use you will not be able to delete All rules.In this case all is disabled]
5. Create new eligibility -> enter criteria -> Reset -> takes user to Eligibility Rules page list. Should reset all entered criteria.
6. Can not add Rule at plan design level -> System throws server error.
8. Message "This Eligibility Rule Already Exists." should show the existing rule name in the message. This will help user to select expected rule name.
Varsha Shejawal (Inactive)
added a comment - - edited Issues FIXED:
1. Select Company -> Customizer -> Eligibility Rules -> Now click on Customizer or any other menus -> Menus links are not active.
2. Select any existing plan -> go to Eligibility -> Shows the first eligibility rule as pre populated. [When I add new rule and do not set eligibility and edit it I can see select criteria as default selected]
3. Zip fields should be disabled when Zip set to NO. [We have done this for PlanDesign screen.]
4. Select All Eligibility Rule -> Delete -> shows Server error. [When rules are in use you will not be able to delete All rules.In this case all is disabled]
5. Create new eligibility -> enter criteria -> Reset -> takes user to Eligibility Rules page list. Should reset all entered criteria.
6. Can not add Rule at plan design level -> System throws server error.
8. Message "This Eligibility Rule Already Exists." should show the existing rule name in the message. This will help user to select expected rule name.
[ *Following change is done:*
1. Plan Design Eligibility Screen:
We will populate option with name "Default Rule" below "Select a Rule" option.
Default Rule will have "None" selected for all Classes and "All Employee Status" selected for Status.
We will keep Eligibility Rule drop down Mandatory. Error message will get displayed on Save, if no rule is selected.
]
[ 1. New eligibility screen (save/update/delete/clone)
Please refer Eligibility Screen at path: Select Company -> Customizer -> Eligibility Rules
2. Screen level changes to map new rule on plan design.
Please refer Plan Design Eligibility Rules Page
3. Business logic changes for plandesign on Enroll now and other modules.
Please refer Enroll Now screen. Plans must populate as RuleID set on Plan Design Eligibility Screen.
4. Migration script for Plan Design
We need to migrate existing plan rules. Migration tool details provided to Amit G.
Also, please check the screens where eligibility component is used as we have modified existing component:
* Sub Rate
* Credit Pool
* New Hire Re Hire Rule
* Effective – Termination Date Rule
* Qualifying Event
* Plan Design Health Tier Mapping
* Landing Page
* Form Builder
* Class wise OE
* Additional Fields
* Forms Library
* Employee Home Page Files
]
[ Following changes related to Generic Eligibility discussed:
1. Plan Design Eligibility Screen: {color:#205081}*[Fixed]*{color}
- We will populate option with name "Default Rule" below "Select a Rule" option.
- Default Rule will have "None" selected for all Classes and "All Employee Status" selected for Status.
- We will keep Eligibility Rule drop down Mandatory. Error message will get displayed on Save, if no rule is selected.
2. Generic Eligibility Popup on Plan Design Eligibility Screen:
- Currently on click of View, rule can be Edited. We will remove editing from the popup. All fields will be read only now and will have only Select button. On click of Select, popup will close and selected rule will get set in Eligibility Rule drop down.
- On Add New, we will have button as Save and Select, so that newly created rule will get set in Eligibility Rule drop down.
3. Generic Eligibility Screen:
- We are changing, Status List box to Checkbox list. Same as Classes.
- If user does not select any status, Validation message will appear.
- We need to avoid modification of Default Eligibility Rule. We need to decide proper way to avoid Default rule modification.
]
[ 1. Please note, Eligibility Drop Down will appear only on Plan Design Screen as of now. Other screen changes are in progress.
2. For list of screens mentioned above, following is changed:
* Earlier there was list box for classes, now check box list comes for classes
* Earlier, Additional Criteria was just a drop down, now we have made it searchable
* Earlier Zip Code Eligibility was not included in common component now it is included (Business Logicwise)
Following needs to be verified for mentioned screens:
* Save and Edit of Additional Criteria
* Is Zip code eligibility rule present for that screen. We need to cross verify this with Stage / Production as all screens do not have Zip Code Eligibility displayed.
]
[ Issues found:
1. *Fixed* Select Company -> Customizer -> Eligibility Rules -> Now click on Customizer or any other menus -> Menus links are not active.
2. *Fixed* Select any existing plan -> go to Eligibility -> Shows the first eligibility rule as pre populated.
3. Zip fields should be disabled when Zip set to NO.
4. *Fixed* Select All Eligibility Rule -> Delete -> shows Server error.
5. *Fixed* Create new eligibility -> enter criteria -> Reset -> takes user to Eligibility Rules page list. Should reset all entered criteria.
6. Can not add Rule at plan design level -> System throws server error.
7. Plan Design Level ->View Rule - Should not allow user to edit rules. Currently it doesn't allow user to select different rule and ask user to forcefully edit the Rule for selection.
8. *Fixed* Message "This Eligibility Rule Already Exists." should show the existing rule name in the message. This will help user to select expected rule name.
9. Default rule should not be editable for user.
]
Following changes are Deployed on LB regarding GenericEligibilityRule :
1. AllStausRule get Display at first Position in GenericEligibilityRule DropDown(Demographic Eligibility).
Affected Files:
WORKTERRAweb\App\BusinessLogic\CollectionManager\CollectionManager.vb
2. AllStatusRule and InActiveRule is not Editable.
Affected Files:
WORKTERRAweb\Web\SharedFunctionWebTier\SharedFunctionWebTier\Views\Common_GenericEligibilityRulePV.cshtml
WORKTERRAweb\Web\SharedFunctionWebTier\SharedFunctionWebTier\Views\Common_GenericEligibilityRulePV.generated.cs
Vinanti Yadav (Inactive)
added a comment - Hi Deepali Tidke ,
Following changes are Deployed on LB regarding GenericEligibilityRule :
1. AllStausRule get Display at first Position in GenericEligibilityRule DropDown(Demographic Eligibility).
Affected Files:
WORKTERRAweb\App\BusinessLogic\CollectionManager\CollectionManager.vb
2. AllStatusRule and InActiveRule is not Editable.
Affected Files:
WORKTERRAweb\Web\SharedFunctionWebTier\SharedFunctionWebTier\Views\Common_GenericEligibilityRulePV.cshtml
WORKTERRAweb\Web\SharedFunctionWebTier\SharedFunctionWebTier\Views\Common_GenericEligibilityRulePV.generated.cs
Deepali Tidke (Inactive)
added a comment - Rakesh Roy Can you please check if this jira can be handled by any offshore AE since they have already started working on it.
Sonali Punse (Inactive)
added a comment - Rakesh Roy
This needs to be taken care by Amruta Lohiya as she has created new ticket for this task.
Amruta Lohiya Please remove/update the comments from this ticket.
Thanks!
Concern:
Eligibility duplication check failing in few scenarios related Additional Criteria. When additional criteria is applied, in few scenarios, criteria is shown as duplicate though such complete criteria is not present.
We have found 2 such scenarios which were not duplicate but shown as duplicate.:
1. Same additional criteria with All AND. Same additional criteria with All OR.
2. For same number of additional criteria having all AND / all OR, if any one condition gets satisfied. Criteria was shown as duplicate.
Cause:
There were following condition miss for additional criteria in duplication check UDF:
Incase of All AND / All OR, against which logical condition (AND / OR) to check was not verified.This caused #1.
After matching the criteria values, duplication was shown even though the subset was matched and not complete criteria. This caused #2
Correction:
We have done fix in Duplication check UDF for these 2 scenarios.
Impacted areas:
Eligibility Duplication check all scenarios. Please test all scenarios and get them reviewed from Amruta.
Additional Check to avoid this issue:
We must verify eligibility migrations on few companies from backed. I am sure we would have got this issue with less impact in Local or LB environment if we would have verified migration in these environments.
Prasanna Karlekar (Inactive)
added a comment - Concern:
Eligibility duplication check failing in few scenarios related Additional Criteria. When additional criteria is applied, in few scenarios, criteria is shown as duplicate though such complete criteria is not present.
We have found 2 such scenarios which were not duplicate but shown as duplicate.:
1. Same additional criteria with All AND. Same additional criteria with All OR.
2. For same number of additional criteria having all AND / all OR, if any one condition gets satisfied. Criteria was shown as duplicate.
Cause:
There were following condition miss for additional criteria in duplication check UDF:
Incase of All AND / All OR, against which logical condition (AND / OR) to check was not verified.This caused #1.
After matching the criteria values, duplication was shown even though the subset was matched and not complete criteria. This caused #2
Correction:
We have done fix in Duplication check UDF for these 2 scenarios.
File Changes:
dbo.OES_UDF_GetExistingGenericEligibilityRuleIDs
Impacted areas:
Eligibility Duplication check all scenarios. Please test all scenarios and get them reviewed from Amruta.
Additional Check to avoid this issue:
We must verify eligibility migrations on few companies from backed. I am sure we would have got this issue with less impact in Local or LB environment if we would have verified migration in these environments.
cc:
Samir , Vijay Siddha , Umesh Kanade , Amruta Lohiya , Neelam Yangal
In 1st sprint we will complete following,
1. New eligibility screen (save/update/delete/clone)
2. Screen level changes to map new rule on plan design.
3. Business logic changes for plandesign on Enroll now and other modules.
4. Migration script for Plan Design