devloperdevesh / devloperdevesh/FaultPlane
[FEATURE] Expand Next.js Interface Console Navigation Endpoints Map
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2
- Forks
- 1
- Avg merge
- 14m
- Merged PRs (30d)
- 57
Description
Problem
Our Next.js 14 control panel console is currently limited across /dashboard and /workers folder configurations layouts. Clicking alternative tracking sidebar navigation triggers like /settings, /credentials, or /telemetry instantly flashes a broken 404 page error, dropping dashboard visualization tracking completeness metrics.
Proposed Solution
Scaffold and mount the remaining App Router page segments layout components tree under dashboard/ui/app/ coordinates:
/app/telemetry/page.tsx: To consume real-time asynchronous kernel stream logs viaEbpfMonitororProxyStreamwidgets./app/settings/page.tsx: To handle dynamic circuit breaker properties, global routing metrics parameters, and color palettes options./app/credentials/page.tsx: To manage ingress authentication keys.
Alternatives
Running monolithic dashboard components structures on a single master file branch layout, which scales poorly and mixes visual concerns.
Use Case
Enables high-fidelity interface transparency for platform operators during Demo Day sequences, allowing real-world users to observe multi-region connection migrations smoothly with zero UI friction.
Additional Notes
Utilize our pre-configured corporate color classes (bg-red-500, bg-blue-600, bg-emerald-500, bg-amber-400) to match our Google/Microsoft high-contrast branding spectrum parameters.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the existing /dashboard and /workers folder configurations and layouts under dashboard/ui/app/. Add the telemetry, settings, and credentials page segments described in the issue, then verify that the corresponding sidebar navigation paths no longer show 404 pages and expose the requested operator controls.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- next.js, typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100