-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(config): sw-922 product custom card metrics #1077
Conversation
src/components/graphCard/__tests__/__snapshots__/graphCardMetricTotals.test.js.snap
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #1077 +/- ##
==========================================
+ Coverage 93.50% 93.57% +0.06%
==========================================
Files 123 121 -2
Lines 4128 4155 +27
Branches 1681 1686 +5
==========================================
+ Hits 3860 3888 +28
+ Misses 250 249 -1
Partials 18 18
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
5514192
to
a9833ea
Compare
/retest |
528b1a3
to
5ac84af
Compare
* config, rhacs, rhods, rhosak, card metrics to display * helpers, setImmutableData * graphCard, move isMetricDisplay check to totals comp * graphCardHelpers, set, or determine, isMetricDisplay * graphCardMetricTotals, passthrough, call card callbacks * pageColumns, adjust children isRequired
* config, rhacs, rhods, rhosak, card metrics to display * helpers, setImmutableData * graphCard, move isMetricDisplay check to totals comp * graphCardHelpers, set, or determine, isMetricDisplay * graphCardMetricTotals, passthrough, call card callbacks * pageColumns, adjust children isRequired
* config, rhacs, rhods, rhosak, card metrics to display * helpers, setImmutableData * graphCard, move isMetricDisplay check to totals comp * graphCardHelpers, set, or determine, isMetricDisplay * graphCardMetricTotals, passthrough, call card callbacks * pageColumns, adjust children isRequired
What's included
Notes
testId
s against locale strings... RHOSAK/streams, RHODS, RHACS now use the following identifiers against datagraphDailyTotalCard-header
(description area)graphDailyTotalCard-body
(numeric/total area)graphDailyTotalCard-footer
(date area)graphMonthlyTotalCard-header
(description area)graphMonthlyTotalCard-body
(numeric/total area)graphMonthlyTotalCard-footer
(date area)How to test
Coverage and basic unit test check
$ yarn
$ yarn test
Proxy run check
$ yarn
$ yarn start:proxy
Example
...
Updates issue/story
sw-922 sw-923