fix: update non-existent apps/frontend paths to apps/dashboard and align docs#174
fix: update non-existent apps/frontend paths to apps/dashboard and align docs#174Deepthit-23 wants to merge 2 commits into
Conversation
📝 WalkthroughWalkthroughThe Makefile's ChangesFrontend path and framework reference updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Related issues: Suggested labels: documentation, bug Suggested reviewers: Devnil434 🐰 A hop from frontend to dashboard's door, 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 10: The repo still has consumer-facing references to the old frontend
path and framework in the issue templates, creating inconsistent guidance with
the updated README. Update the affected template text and any related
user-facing references so they point to apps/dashboard and React instead of
apps/frontend and Next.js, using the existing template strings and labels to
locate the stale references.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: be297a8f-1e9d-47a6-9714-0a3aaaafe132
📒 Files selected for processing (3)
MakefileREADME.mddocs/ARCHITECTURE.md
| [](https://python.org) | ||
| [](https://fastapi.tiangolo.com) | ||
| [](https://nextjs.org) | ||
| [](https://react.dev) |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Update the remaining consumer-facing references too.
The README now points to apps/dashboard/React, but the issue templates still send contributors to apps/frontend and Next.js. That leaves the repo in a mixed state and keeps the old path alive in user-facing flows.
Also applies to: 81-81, 94-94, 109-109, 324-324
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 10, The repo still has consumer-facing references to the
old frontend path and framework in the issue templates, creating inconsistent
guidance with the updated README. Update the affected template text and any
related user-facing references so they point to apps/dashboard and React instead
of apps/frontend and Next.js, using the existing template strings and labels to
locate the stale references.
Closes #160
Changes
Makefileto install frontend dependencies inapps/dashboardinstead of the non-existentapps/frontenddirectory.Next.jstoReact 19 + ViteinREADME.mdanddocs/ARCHITECTURE.mdto align with the actual project structure and dependencies insideapps/dashboard.Next.jsbadge inREADME.mdwith aReactbadge.Summary by CodeRabbit
Documentation
Chores