Skip to content

62 display cumulative totals in the dashboard graph cards

CD Cabrera requested to merge cdcabrera/frontigrade:62-graph-cards into master

What's included

  • setup graph displays for account and images views
  • dotenv api endpoint, getAccountInstances service and test
  • package json brand build scripts
  • redux for images and account summary expanded, tests, snapshots
  • account service docs corrected and updated
  • remove "gray/grey" behavior from labels
  • helper copy clipboard, brand, commit hash
  • centralize copy static method
  • extra, re-activate the rhocp label for summary view
  • extra, about modal, redux, testing
  • extra, disable help link, list item labels
  • extra, hide archive link on account summary

Notes

  • extra, re-activate the rhocp label for summary view
  • extra, about modal, redux, testing
  • extra, disable help link, list item labels
  • extra, hide archive link on account summary
  • fixes for CI and testing. Since our move to GitLab CI testing has been all "wins", this was incorrect. Updated to output the appropriate exit codes

How to test

The mock dev setup can be used to help a quick confirmation.

  1. Clone the updates locally, then from the terminal, within the repo context...
  2. We had to change the requirements for install. Now you'll need to $ yarn or $ yarn install the NPM packages. You can attempt to NPM install, but we can no longer guarantee the end result.
    • Note: you should be able to $ brew install yarn if you need it...
  3. Next, run $ yarn start or $ npm start
  4. You may need to log in, do so, if not you should see something similar to the below layout
    • Note: the local dev server will take any combo of email/made up password to log in

Example

Screen_Shot_2018-08-10_at_3.26.48_PM

Screen_Shot_2018-08-10_at_3.26.59_PM

Updates issue/story

Updates #62 (closed) closes #66 (closed) closes #59 (closed)

Edited by CD Cabrera

Merge request reports

Loading