dashboard tiles added
This commit is contained in:
parent
a2d1480b5a
commit
75e5baf0fd
@ -432,6 +432,10 @@ class ClaimsOverviewViewData {
|
|||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/// `claims_experience_summary` — rejection rate.
|
||||||
|
String get sidebarRejectionRate =>
|
||||||
|
ClaimsKpiParser.formatPercent(_expField('rejection_rate'));
|
||||||
|
|
||||||
List<ClaimsRelationshipItem> get relationshipClaims {
|
List<ClaimsRelationshipItem> get relationshipClaims {
|
||||||
const knownSlugs = [
|
const knownSlugs = [
|
||||||
'claim_amount_by_relationship',
|
'claim_amount_by_relationship',
|
||||||
|
|||||||
@ -291,6 +291,13 @@ class _PolicyExperienceTabState extends State<_PolicyExperienceTab>
|
|||||||
Icons.shopping_bag_outlined,
|
Icons.shopping_bag_outlined,
|
||||||
ClaimsOverviewTheme.purple,
|
ClaimsOverviewTheme.purple,
|
||||||
),
|
),
|
||||||
|
(
|
||||||
|
'Rejection Rate',
|
||||||
|
d.sidebarRejectionRate,
|
||||||
|
null,
|
||||||
|
Icons.cancel_outlined,
|
||||||
|
ClaimsOverviewTheme.red,
|
||||||
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
return _tabBodyWrapper(
|
return _tabBodyWrapper(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user