feat(investor): implement advanced investor analytics dashboard - #55
Open
ekwe7 wants to merge 3 commits into
Open
Conversation
- Add front-end layout with performance cards, charts, and transaction tables - Implement clean, responsive UI layouts optimized for mobile and desktop screens - Create secure backend aggregation API routes to fetch scoped investor metrics - Integrate MongoDB model calculations for total returns, active pools, and payouts - Add granular state handling for loading, API errors, and new investor empty states - Enforce strict authorization to ensure data is scoped only to authenticated users - Ensure clean verification via npm run lint and successful production build runs
Collaborator
|
@ekwe7 great work sir, can you fix the lint error |
Collaborator
|
@ekwe7 resolve conflict |
Collaborator
|
Maintainer review: this PR currently has merge conflicts with |
Author
|
Hi @Obiajulu-gif, I have updated the branch with the
│ latest main, carefully resolved all merge conflicts, and
│ fixed the code checks. PR #55 should now report as
│ mergeable and green.
…On Thu, Jul 30, 2026 at 11:51 AM Okoye Emmanuel Obiajulu < ***@***.***> wrote:
*Obiajulu-gif* left a comment (Chainmove/Chain-move#55)
<#55 (comment)>
Maintainer review: this PR currently has merge conflicts with main, so it
cannot be merged yet. Please update this branch with the latest main,
resolve the conflicts carefully, and push the resolution. The Lint and
build check is also failing; please address it after resolving the
conflicts, then reply here when GitHub reports the PR as mergeable and
green.
—
Reply to this email directly, view it on GitHub
<#55?email_source=notifications&email_token=BRVX24K5PJNPOC7CUOGF75T5HMSD7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMJSHE4DQNBTGAZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-5129884302>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BRVX24KFIU7H2VGWYWXSAZL5HMSD7AVCNFSNUABGKJSXA33TNF2G64TZHMYTENZQHEZDQNBVGA5US43TOVSTWNBXGEYDANRUHE4DFILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BRVX24L4P3IXVE6UDPFNCWD5HMSD7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMJSHE4DQNBTGAZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/BRVX24IGOOH27MCX6IHCLZ35HMSD7A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMJSHE4DQNBTGAZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
closes #43
Description
This PR delivers a comprehensive, end-to-end Investor Analytics Dashboard that consolidates portfolio health, investment pool performance, expected vs. actual returns, live wallet balances, and overall asset ownership metrics into a single, cohesive user experience.
To achieve this cleanly, both front-end presentation layers and back-end secure data aggregation routes were built to query existing MongoDB transaction/pool schemas without exposing cross-tenant data structures.
Why It Matters
Investors require a deep, consolidated view of where their funds are deployed beyond flat list views. By introducing metric cards, repayment trends, and grouped transaction history trackers, this update builds explicit clarity around asset vehicle utilization, historic payout speeds, and expected forward yield timelines.
Changes Made
Acceptance Criteria Verified
npm run lintandnpm run buildcommand passes.Performance & Build Verification
npm run lint && npm run build ✓ Minting TypeScript validations ✓ Running ESLint checks across project files (Clean) ✓ Creating an optimized production build ✓ Compiled successfully (All pages optimized)Security Notes