feat(advanced): create enterprise fleet manager dashboard - #55
Merged
Conversation
|
@nonso7 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Implements the Fleet Operator dashboard at /fleet using a strict Component -> Hook -> Service architecture. - types/fleet.ts: shared driver/fleet types - services/fleetService.ts: axios client for /fleet/drivers endpoints - store/authStore.ts: adds Fleet Operator role for gating - hooks/useFleet.ts: data hook with abort + refetch - hooks/useRequireRole.ts: page-level role gate - components/fleet/: FleetMap (react-leaflet w/ grid clustering), FleetStats (recharts bar chart), DriverList - app/(dashboard)/fleet/page.tsx: composed page CI workflow fixes: - Migrated to ESLint flat config (Next 16 removed `next lint`) - Bumped Node matrix to 20.x/22.x (Next 16 requires Node >= 20.9.0) - Regenerated package-lock.json for new deps (recharts, react-leaflet, leaflet, ts-node)
nonso7
force-pushed
the
feat/fleet-dashboard-v2
branch
from
April 25, 2026 03:05
a11e866 to
d295a18
Compare
Contributor
|
resolve conflicts and revert @nonso7 |
Contributor
|
Please resolve conflicts @nonso7 |
Contributor
Author
|
I have resolved the conflict. Please confirm |
Contributor
Author
|
I have resolved the merge conflict |
Contributor
Not entirely, please review |
Contributor
Author
|
you can check it now |
Contributor
Author
|
Please check it out now |
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.
Implements the Fleet Operator dashboard at /fleet using a strict Component -> Hook -> Service architecture.
CI workflow fixes:
next lint)Closes #47