Known Issues:
1) On PlanDesign page :
When we close the pop-up after adding new rule the drop-down does not get refreshed.[FIXED]
2) On Eligibility Screen Page:
Zip code rule not getting saved due to some change. Will fix it. [FIXED]
3) Eligibility Pop up on Plan Design Page
- Need to remove graying out for disabled control. As, selected zip code table IDs, are not visible on View screen.
- Additional criteria list box needs to be expanded on View screen.
- Additional criteria label not getting displayed on View screen.
4) Check for Eligibility Rule Duplication [Fixed]:
Impacted Areas:
- Eligibility Rule Screen. Duplication should not happen from Add/ Edit/ Clone functionality.
- Add functionality from Plan Design / Rate / Credit Pool. Please verify duplication check from any of the screen
NOTE:
Following scenarios are treated as duplicate for Additional Criteria, if classes, status and zipcode rules matches:
1. Exact match for additional criteria
2. If additional criteria has All AND or ALL OR conditions, then irrespective of criteria sequence duplication should be identified.
Example:
Criteria1-
AND FirstName begins with "test"
AND LastName begins with "test"
AND Geneder equal to Male
Criteria2-
AND FirstName begins with "test"
AND Geneder equal to Male
AND LastName begins with "test"
Criteria1 = Criteria2
3. For Exact Match / All AND / All OR, "JOIN Condition" i.e "AND or OR" for 1st criteria should be ignored and duplication should be given accordingly.
Criteria1-
AND FirstName begins with "test"
AND LastName begins with "test"
AND Geneder equal to Male
Criteria2-
OR LastName begins with "test"
AND Geneder equal to Male
AND FirstName begins with "test"
Criteria1 = Criteria2
*File Changes: *
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Views/Common/_EligibilityRuleEnginePV.cshtml
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Views/Common/_EligibilityRuleEnginePV.generated.cs
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Views/Common/_GenericEligibilityRulePV.cshtml
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Views/Common/_GenericEligibilityRulePV.generated.cs
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Models/Common/GenericEligibilityRulePVModel.cs
/branches/LB/App/BusinessLogic/EligibilityEngine/GenericEligibilityRule.vb
/branches/LB/Database Objects/MasterCompanyDB/01_DDL/74_ST102_WTB_GenericEligibility_NewUserDefinedTableTypes.sql
/branches/LB/Database Objects/MasterCompanyDB/02_UDFs/dbo.OES_UDF_GetExistingGenericEligibilityRuleIDs.sql
Issue Fixed:
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.
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.
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
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:
Following needs to be verified for mentioned screens:
Following are new enhancements related to Generic Eligibility Screen/Popup:
1. Plan Design Eligibility Screen: [Fixed]
2. Generic Eligibility Popup on Plan Design Eligibility Screen:
3. Generic Eligibility Screen:
Following scenarios handled:
[Known Issue for Chrome Browser:
In View mode, selected zip tables are not shown as selected or are not visible. Help from GD will be required to fix this issue.]
Please let us know, if any modifications are required for this functionality.
Impacted Areas:
Eligibility Screen
Eligibility Popup on Plan Design / Rates / Credit Pool (any one screen)
File Changes:
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Views/Common/_EligibilityRuleEnginePV.cshtml
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Views/Common/_GenericEligibilityRulePV.cshtml
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Views/Common/_GenericEligibilityRuleWrapperPV.cshtml
/branches/LB/Web/SharedFunctionWebTier/SharedFunctionWebTier/Controllers/Common/CommonController.cs