Vinay K Costs Graph#5276
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Hi Vinay,
Tested Financials Tracking → Planned vs Actual Costs for budget indicators and variance.
Currently blocked by an API issue — the page shows:
“Error: Failed to load project cost data”
From the logs, the predictions API request appears to be malformed due to URL construction:
http://localhost:4500/api//project/1/predictions
(double / before project).
It looks like APIEndpoint already includes /api, and the request path may be adding an extra /. Because of this, I’m unable to verify the Planned vs Actual Cost calculations/variance until the API issue is resolved
…fix vitest peer dep
…ent to reduce cognitive complexity
|
DeepighaJ
left a comment
There was a problem hiding this comment.
- Checked out to current branch and test PR locally.
- The variance and budget indicators are displayed as expected in both light and dark modes.
- However when filtering the categories the Variance & budget indicator displays Total Variance instead of filtered category variance. If this is the expected behavior then good to go.




Description
Related PRS (if any):
This frontend PR is related to the development backend PR.
Main changes explained:
How to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Task.mov
Note:
Include the information the reviewers need to know.