Mahitha - Implement Kitchen & Inventory Dashboard Alerts and Metrics - #5505
Open
Mahitha-pasupuleti wants to merge 1 commit into
Open
Mahitha - Implement Kitchen & Inventory Dashboard Alerts and Metrics#5505Mahitha-pasupuleti wants to merge 1 commit into
Mahitha-pasupuleti wants to merge 1 commit into
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
iAbhi001
self-requested a review
September 6, 2026 00:01
iAbhi001
requested changes
Sep 6, 2026
iAbhi001
left a comment
There was a problem hiding this comment.
Thanks for working on this @Mahitha-pasupuleti! Tested this branch locally on dark mode:
- Route
/kitchenandinventory/dashboardrenders without console errors. - Metric cards, Low Stock alerts, and Upcoming Harvest sections load properly with mock data.
A couple of items need to be addressed before approval:
- Missing Priority Indicator & Subtitle: The PR description and commit mention adding a dashboard header subtitle and a priority ingredients indicator, but neither is appearing on the page.
- Layout Hierarchy: Could you confirm with the Figma design whether the 4 metric cards should be placed at the top of the dashboard above the alerts, or if the current bottom placement is intended?
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
Implements the frontend dashboard for Phase 6 - Kitchen Inventory Management, including inventory metrics, low-stock alerts, and upcoming harvest information.
Implements # (WBS): Phase 6 - Kitchen Inventory Management
Related PRS (if any):
This frontend PR is related to the backend Kitchen & Inventory Management PR. Backend integration is not included in this PR.
Main changes explained:
KIDashboard.jsxfor the Kitchen & Inventory Dashboard.KIDashboard.module.cssfor responsive and dark-mode styling./kitchenandinventory/dashboardroute.How to test:
npm installand start the frontend./kitchenandinventory/dashboard.Screenshots or videos of changes:
Card.Display.mov
Note:
This PR is frontend-only and currently uses mock data.