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

Dmirano/3782 proposed budget restructure #3914

Merged
merged 34 commits into from Apr 7, 2022

Conversation

mirano-darren
Copy link
Contributor

Resolves #3782

Description-
proposed budget refactor

This pull request changes...

  • file locations of requested filed and affected tests

This pull request was tested in the follow ways…

  • npm test in /web/ passes
  • app boots up normally

Steps to manually verify this change...

  1. verify all requested files were moved to the right location

This pull request is ready to review when...

  • Automated tests are updated (and all tests are passing)
  • The change has been documented
  • Associated OpenAPI documentation has been updated
  • Changelog is updated as appropriate
  • The experience passes a basic manual accessibility audit (keyboard nav, screenreader, text scaling) OR an exemption is documented

This pull request can be merged when…

  • Code has been reviewed by someone other than the original author
  • QA has verified the accessibility and functionality related to the change
  • Design has approved the experience
  • Product has approved the experience

@mirano-darren
Copy link
Contributor Author

merge conflicts will be solved once executive summary refactor is in (#3912)

@mirano-darren mirano-darren changed the base branch from main to dmirano/3784-executive-summary-restructure April 5, 2022 17:35
Copy link
Contributor

@thetif thetif left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one file needs to be switched

@@ -17,7 +17,7 @@ import ApdSummary from '../../containers/viewOnly/ApdSummary';
import PreviousActivities from './previous-activities/PreviousActivities';
import Activities from '../../containers/viewOnly/activities/All';
import ScheduleSummary from './schedule-summary/ScheduleSummaryReadOnly';
import ProposedBudget from '../../containers/viewOnly/ProposedBudget';
import ProposedBudget from './proposed-budget/ProposedBudget';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you are using the wrong one here, should be ProposedBudgetReadOnly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhh!!! keep making the same mistake. will make sure to double check this once I create the other PRs :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just pushed up the fix

Base automatically changed from dmirano/3784-executive-summary-restructure to main April 6, 2022 19:38
@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2022

Codecov Report

Merging #3914 (7936170) into main (e27beff) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3914   +/-   ##
=======================================
  Coverage   83.53%   83.53%           
=======================================
  Files         313      313           
  Lines        6400     6400           
  Branches     1210     1210           
=======================================
  Hits         5346     5346           
  Misses        960      960           
  Partials       94       94           
Impacted Files Coverage Δ
web/src/pages/apd/ApdPageRoutes.js 100.00% <ø> (ø)
web/src/pages/apd/ApdReadOnly.js 14.70% <ø> (ø)
web/src/pages/apd/proposed-budget/BudgetSummary.js 100.00% <ø> (ø)
...src/pages/apd/proposed-budget/IncentivePayments.js 89.47% <ø> (ø)
...eb/src/pages/apd/proposed-budget/ProposedBudget.js 100.00% <ø> (ø)
...ages/apd/proposed-budget/ProposedBudgetReadOnly.js 50.00% <ø> (ø)
...ages/apd/proposed-budget/QuarterlyBudgetSummary.js 100.00% <ø> (ø)
...es/apd/proposed-budget/SummaryActivityBreakdown.js 100.00% <ø> (ø)
...ges/apd/proposed-budget/SummaryBudgetByActivity.js 100.00% <ø> (ø)

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 e27beff...7936170. Read the comment docs.

@mirano-darren mirano-darren temporarily deployed to Preview April 7, 2022 15:59 Inactive
@cms-eapd-bot
Copy link

cms-eapd-bot commented Apr 7, 2022

This deploy was cleaned up.

@mirano-darren mirano-darren merged commit 956c366 into main Apr 7, 2022
@mirano-darren mirano-darren deleted the dmirano/3782-proposed-budget-restructure branch April 7, 2022 17:21
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.

[Feature] move all proposed budget components into a proposed-budget folder
5 participants