sandstone icon indicating copy to clipboard operation
sandstone copied to clipboard

WRQ-6189: Add PageViews component

Open juwonjeong opened this issue 1 year ago • 1 comments

Checklist

  • [x] I have read and understand the contribution guide
  • [ ] A CHANGELOG entry is included
  • [ ] At least one test case is included for this feature or bug fix
  • [x] Documentation was added or is not needed
  • [ ] This is an API breaking change

Issue Resolved / Feature Added

Add PageViews component which controls showing pages with indicators and steps.

Resolution

Move the WizardPanelsRouter function from WizardPanels/WizardPanels.js to WizardPanels/utils.js file to use in the PageViews component. Implement PageViews component view.

Additional Considerations

Links

WRQ-6189

Comments

juwonjeong avatar Feb 07 '24 05:02 juwonjeong

Codecov Report

Attention: 35 lines in your changes are missing coverage. Please review.

Comparison is base (1349503) 81.24% compared to head (a4e7462) 80.80%. Report is 9 commits behind head on develop.

Files Patch % Lines
PageViews/PageViews.js 0.00% 20 Missing and 8 partials :warning:
PageViews/Page.js 0.00% 5 Missing and 1 partial :warning:
PageViews/index.js 0.00% 1 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1558      +/-   ##
===========================================
- Coverage    81.24%   80.80%   -0.44%     
===========================================
  Files          141      145       +4     
  Lines         6499     6534      +35     
  Branches      1921     1932      +11     
===========================================
  Hits          5280     5280              
- Misses         932      958      +26     
- Partials       287      296       +9     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 07 '24 05:02 codecov[bot]