Skip to content

Resolve "Account summary view not receiving start end date to filter"

CD Cabrera requested to merge cdcabrera/frontigrade:70-account-start-end into master

What's included

Re-implement for using default date start/end

  • revert using start end date filter within reducer
  • properly export initialState for testing
  • implemented safety check unit test

Notes

  • unit test checks should prevent this in the short term

How to test

This requires the use of $ npm run start:review and a login account to verify start and end dates are being passed.

  1. Clone the updates locally, then
  2. From the terminal, within the repo context, run $ npm run start:review
  3. You may need to log in, do so. From there you should NOT receive an error, but either an empty state display, or an account summary listing dependent on whether you have accounts setup.

If you want to use the mock dev setup to confirm, you'll need to check all the account and instances service calls for start and end dates/timestamps as query params

Updates issue

Closes #70 (closed)

Edited by CD Cabrera

Merge request reports