-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
[RFG 2023] Move Distributions card to Distributions | Summary #3723
Comments
after talking to @scooter-dangle @awwaiid we have decided to:
|
Not sure I understand this. @scooter-dangle @awwaiid . Long lived feature branches are a nightmare to deal with. Is there a reason we can't have a separate route + view for the new dashboard and simply not link it anywhere until it's ready to replace the existing one? |
Fixes issue #3723 Changes made: This creates a new area for distributions summary to live under audits, adds system/page spec for testing.
Fixes issue #3723 Changes made: This creates a new area for distributions summary to live under audits, adds system/page spec for testing.
Fixes issue #3723 Changes made: This creates a new area for distributions summary to live under audits, adds system, page, and request spec for testing.
Fixes issue #3723 Changes made: This creates a new area for distributions summary to live under audits, adds system, page, and request spec for testing. sidebar - we also fixed the weird issue with the sidebar for the annual reports, distributions by county, and itemized donations that were not staying selected.
Fixes issue #3723 Changes made: This creates a new area for distributions summary to live under audits, adds system, page, and request spec for testing. sidebar - we also fixed the weird issue with the sidebar for the annual reports, distributions by county, and itemized donations that were not staying selected.
Fixes issue #3723 Changes made: This creates a new area for distributions summary to live under audits, adds system, page, and request spec for testing. sidebar - we also fixed the weird issue with the sidebar for the annual reports, distributions by county, and itemized donations & distributions that were not staying selected.
PR merged! Follow up improvements will be done in separate issue/PRs as directed by a whole-epic QA |
Summary
Move the Distributions functionality from the dashboard to the left hand menu
Why
Part of Dashboard rework
Details
We are talking about the card accessed from the dashboard as "Distributions"
This will require a new controller and view
A view containing this info will be be accessed via the left hand menu by clicking "Reporting & Auditing" then "Distribution Summary"
The card will be removed from the dashboard
Note that we'll need the filtering functionality in the new view
Other things you should know
We are grouping a number of dashboard-related changes together and will merge these individual changes into a long lived dashboard-related branch. We will merge this long lived branch into main when we are ready to release the whole suite.
We may want to make the filtering functionality a common element between all of these separate reports (if it isn't already)
Criteria for completion
The text was updated successfully, but these errors were encountered: