feat: build department budget allocation breakdown chart and table component - #100
Conversation
Show engineering, marketing, and operations envelopes as a theme-aware donut plus a sortable allocated/spent/remaining table. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@temisan0x is attempting to deploy a commit to the Cjay's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Needs review Linked to The pull request implements budget breakdown features instead of the required Stellar wallet transaction history table with export and filter controls. Reviewed commit: |
|
@temisan0x 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! 🚀 |
|
MergeKeeper review Scope: in scope for linked issue The department budget allocation component, types, and page integrations have been correctly implemented using Recharts and TanStack Table according to all acceptance criteria and repository patterns. Reviewed commit: |
|
MergeKeeper merge status Status: blocked Reason: Next steps:
|
…and keep DepartmentBudgetBreakdown
…budget-breakdown # Conflicts: # src/app/(dashboard)/budgets/page.tsx # src/features/budgets/BudgetBreakdownChart.tsx # src/features/budgets/types.ts
…budget-breakdown # Conflicts: # src/features/budgets/index.ts # src/types/index.ts
|
Merged Merged with |
Summary
Implements DepartmentBudgetBreakdown with Recharts donut/bar chart and TanStack Table showing allocated/spent/remaining per department.
Type of change
Checklist
Closes #69