Casstiel cost prediction report screen not loading#5256
Open
CasstielP wants to merge 2 commits into
Open
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Fixes high priority issue where the Planned vs Actual Costs Tracking page failed to properly render financial chart components and displayed incomplete or duplicated dashboard content. The issue was caused by incorrect component rendering logic, duplicated FinancialsTrackingCard placement across multiple dashboard sections, and removal of the required projectId prop from CostPredictionChart, which prevented chart data from loading correctly. Additional updates were made to validate project-based rendering flow and restore proper financial chart display behavior.
Related PRS (if any):
PR #4193
…
Main changes explained:
…
How to test:
Checkout the current branch.
Run npm install.
Run the application locally using:
npm run start:local
Clear browser site data/cache if needed.
Log in as an admin user.
Navigate to:
Dashboard → Weekly Project Summary
Expand the Financials Tracking section.
Verify the following:
Screenshots or videos of changes:
Screen.Recording.2026-05-02.at.11.44.06.AM.mov
Note:
This PR focuses on correcting financial dashboard rendering flow, restoring missing chart props, and ensuring financial chart components display correctly within the Weekly Project Summary dashboard.