Skip to content
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(toolbar): issues/10 add usage filter #361

Merged
merged 2 commits into from
Aug 4, 2020

Conversation

cdcabrera
Copy link
Member

@cdcabrera cdcabrera commented Jul 31, 2020

What's included

  • feat(toolbar): issues/10 add usage filter
    • i18n, locale strings for usage
    • toolbar, toolbarTypes, add usage filter
    • redux, middleware, multiActionMiddleware, add array of actions
    • redux, reducers, types, toolbar addtions
    • styles, add toolbar styles
  • fix(queryTypes): issues/10 rhsm to query type
    • graphCard, c3graphCard, filter to query name
    • queryTypes, rhsmTypes, filter to query, align naming
    • toolbar, apply query SLA type
    • viewReducer, apply query types

Notes

  • incremental feature update, usage filter

How to test

Proxy run check

  1. update the NPM packages with $ yarn
  2. make sure Docker is running, plus on network, then
  3. $ yarn start:proxy
  4. confirm the new usage toolbar dropdown filter accurately updates the related AJAX/XHR calls for graphCard
    • dev browser console can be used

Example

Aug-04-2020 15-17-51

Updates issue/story

Updates #10

@cdcabrera cdcabrera mentioned this pull request Jul 31, 2020
10 tasks
@cdcabrera cdcabrera force-pushed the issues/10-usage-filter branch from 4c94943 to 97a2973 Compare July 31, 2020 21:17
@cdcabrera cdcabrera force-pushed the issues/10-usage-filter branch from 97a2973 to 78a98c9 Compare August 4, 2020 16:40
@cdcabrera cdcabrera changed the title WIP feat(toolbar): issues/10 add usage filter feat(toolbar): issues/10 add usage filter Aug 4, 2020
@codecov-commenter
Copy link

codecov-commenter commented Aug 4, 2020

Codecov Report

Merging #361 into ci will decrease coverage by 0.00%.
The diff coverage is 95.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               ci     #361      +/-   ##
==========================================
- Coverage   92.44%   92.43%   -0.01%     
==========================================
  Files          61       64       +3     
  Lines        1483     1521      +38     
  Branches      348      353       +5     
==========================================
+ Hits         1371     1406      +35     
- Misses         98      100       +2     
- Partials       14       15       +1     
Impacted Files Coverage Δ
src/components/c3GraphCard/c3GraphCard.js 88.67% <ø> (ø)
src/components/graphCard/graphCard.js 83.67% <ø> (ø)
src/redux/reducers/viewReducer.js 100.00% <ø> (ø)
src/redux/types/index.js 100.00% <ø> (ø)
src/redux/types/rhsmTypes.js 100.00% <ø> (ø)
src/components/toolbar/toolbar.js 91.48% <92.10%> (-3.75%) ⬇️
src/components/toolbar/toolbarTypes.js 100.00% <100.00%> (ø)
src/redux/reducers/toolbarReducer.js 100.00% <100.00%> (ø)
src/redux/types/queryTypes.js 100.00% <100.00%> (ø)
src/redux/types/toolbarTypes.js 100.00% <100.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd5874d...0bfbaad. Read the comment docs.

@cdcabrera cdcabrera force-pushed the issues/10-usage-filter branch 2 times, most recently from 8eb301c to 23a377f Compare August 4, 2020 18:20
cdcabrera added a commit to cdcabrera/curiosity-frontend that referenced this pull request Aug 4, 2020
)

* graphCard, c3graphCard, filter to query name
* queryTypes, rhsmTypes, filter to query, align naming
* toolbar, apply query SLA type
* viewReducer, apply query types
cdcabrera added a commit to cdcabrera/curiosity-frontend that referenced this pull request Aug 4, 2020
* i18n, locale strings for usage
* toolbar, toolbarTypes, add usage filter
* redux, middleware, multiActionMiddleware, add array of actions
* redux, reducers, types, toolbar addtions
* styles, add toolbar styles
@cdcabrera cdcabrera force-pushed the issues/10-usage-filter branch from 23a377f to 8356231 Compare August 4, 2020 18:26
* graphCard, c3graphCard, filter to query name
* queryTypes, rhsmTypes, filter to query, align naming
* toolbar, apply query SLA type
* viewReducer, apply query types
cdcabrera added a commit to cdcabrera/curiosity-frontend that referenced this pull request Aug 4, 2020
* i18n, locale strings for usage
* toolbar, toolbarTypes, add usage filter
* redux, middleware, multiActionMiddleware, add array of actions
* redux, reducers, types, toolbar addtions
* styles, add toolbar styles
@cdcabrera cdcabrera force-pushed the issues/10-usage-filter branch from 8356231 to 0bfbaad Compare August 4, 2020 18:30
* i18n, locale strings for usage
* toolbar, toolbarTypes, add usage filter
* redux, middleware, multiActionMiddleware, add array of actions
* redux, reducers, types, toolbar addtions
* styles, add toolbar styles
@cdcabrera cdcabrera force-pushed the issues/10-usage-filter branch from 0bfbaad to 0004847 Compare August 4, 2020 19:28
@cdcabrera cdcabrera merged commit b14aaf2 into RedHatInsights:ci Aug 4, 2020
cdcabrera added a commit that referenced this pull request Aug 4, 2020
* graphCard, c3graphCard, filter to query name
* queryTypes, rhsmTypes, filter to query, align naming
* toolbar, apply query SLA type
* viewReducer, apply query types
cdcabrera added a commit that referenced this pull request Aug 6, 2020
* graphCard, c3graphCard, filter to query name
* queryTypes, rhsmTypes, filter to query, align naming
* toolbar, apply query SLA type
* viewReducer, apply query types
cdcabrera added a commit that referenced this pull request Aug 6, 2020
* i18n, locale strings for usage
* toolbar, toolbarTypes, add usage filter
* redux, middleware, multiActionMiddleware, add array of actions
* redux, reducers, types, toolbar addtions
* styles, add toolbar styles
cdcabrera added a commit that referenced this pull request Aug 17, 2020
* graphCard, c3graphCard, filter to query name
* queryTypes, rhsmTypes, filter to query, align naming
* toolbar, apply query SLA type
* viewReducer, apply query types
cdcabrera added a commit that referenced this pull request Aug 17, 2020
* i18n, locale strings for usage
* toolbar, toolbarTypes, add usage filter
* redux, middleware, multiActionMiddleware, add array of actions
* redux, reducers, types, toolbar addtions
* styles, add toolbar styles
cdcabrera added a commit that referenced this pull request Aug 24, 2020
* graphCard, c3graphCard, filter to query name
* queryTypes, rhsmTypes, filter to query, align naming
* toolbar, apply query SLA type
* viewReducer, apply query types
cdcabrera added a commit that referenced this pull request Aug 24, 2020
* i18n, locale strings for usage
* toolbar, toolbarTypes, add usage filter
* redux, middleware, multiActionMiddleware, add array of actions
* redux, reducers, types, toolbar addtions
* styles, add toolbar styles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants