Skip to content

33 Dashboard list of cloud account summaries, Part 2 of 2

CD Cabrera requested to merge cdcabrera/frontigrade:33-list-accounts into master

What's included

  • components
    • update accountView, constants, listItem, and toolbar displays
    • added disabled property to toolbarSort component
    • accountViewToolbar, access additional properties
  • service and redux for account reports/overviews, filters
    • accountReducer, filterReducer tests and snapshots
    • filterReducer for generating account filter query
  • helper date function expanded to help with a "default" filter
  • api level constant layout
  • dotenv endpoint updates
  • fixes
    • updates for product launch enforcing default filter values, plus annotations
    • accountActions, getAccounts query param fix
    • adjust name for dispatch filter, updates #53 (closed)

Notes

  • Minor display work still needs to be done around. These lean more towards cosmetic fixes @bclarhk
    • the date displayed, right now it's the creation date
    • the "n/a" being displayed
  • Disabled the sorting mechanism since it's not required for pilot, the base Redux state should minimally update for future expansion

How to test

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

  1. Clone the updates locally, then
  2. From the terminal, within the repo context, run $ npm start
  3. You may need to log in, do so, if not you should see something similar to the below example.

Example

Jul-25-2018_05-31-57

Updates issue/story

updates #33 (closed)

Edited by CD Cabrera

Merge request reports