Skip to content

feat: treasury dashboard, volume forecasting, team management, transfer calendar#249

Merged
rohan911438 merged 1 commit into
rohan911438:mainfrom
Chucks1093:feature/treasury-forecast-team-calendar-231-232-233-234
May 30, 2026
Merged

feat: treasury dashboard, volume forecasting, team management, transfer calendar#249
rohan911438 merged 1 commit into
rohan911438:mainfrom
Chucks1093:feature/treasury-forecast-team-calendar-231-232-233-234

Conversation

@Chucks1093
Copy link
Copy Markdown
Contributor

Closes #231
Closes #232
Closes #233
Closes #234

Changes

src/components/CorporateTreasuryDashboard.tsx (new)

  • Total balance overview with month-over-month trend indicator
  • Wallet allocation breakdown with labelled progress bars (Operations / Payroll / Reserve)
  • Accepts orgName, totalBalance, wallets, balanceTrend props (Add Corporate Treasury Dashboard #231)

src/components/TransactionVolumeForecasting.tsx (new)

  • Weekly forecast total and 7-day rolling average summary cards
  • Grouped bar chart showing actual vs forecast daily volume
  • computeForecast derives daily average from historical data window (Add Transaction Volume Forecasting #233)

src/components/TeamAccountManagement.tsx (new)

  • Owner / Admin / Operator role display with per-role icons and colours
  • Inline role-change <select> and remove button for non-owner members
  • Invite button via onInvite callback (Add Team-Based Account Management #232)

src/components/TransferSchedulingCalendar.tsx (new)

  • Groups scheduled transfers by date in ascending order
  • Status badges (pending / processing / completed / cancelled)
  • Edit and cancel action buttons on pending transfers via callbacks (Add Transfer Scheduling Calendar View #234)

…er calendar

- Add CorporateTreasuryDashboard with balance overview and wallet allocation breakdown (rohan911438#231)
- Add TransactionVolumeForecasting with daily bar chart, weekly forecast, and 7-day avg (rohan911438#233)
- Add TeamAccountManagement with owner/admin/operator roles, invite button, and role editor (rohan911438#232)
- Add TransferSchedulingCalendar grouping scheduled transfers by date with edit/cancel actions (rohan911438#234)
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@Chucks1093 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! 🚀

Learn more about application limits

@rohan911438 rohan911438 merged commit 6f91cfa into rohan911438:main May 30, 2026
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Transfer Scheduling Calendar View Add Transaction Volume Forecasting Add Team-Based Account Management Add Corporate Treasury Dashboard

2 participants