Skip to content

Feature/dashboard payout status tracking - #668

Open
obacollins-lab wants to merge 3 commits into
Fracverse:masterfrom
obacollins-lab:feature/dashboard-payout-status-tracking
Open

Feature/dashboard payout status tracking#668
obacollins-lab wants to merge 3 commits into
Fracverse:masterfrom
obacollins-lab:feature/dashboard-payout-status-tracking

Conversation

@obacollins-lab

Copy link
Copy Markdown
Contributor

I've successfully implemented the status tracking indicators for payout batch rows in the dashboard. Here's what was completed:

Changes Made
Added dispatched status color to the statusColor utility function in
utils.ts
:
Added indigo color for the "dispatched" status
Current Implementation Already Covered
The dashboard already had most of the required functionality:

Auto-refresh/polling: Using the usePolling hook with a 30-second interval
Status badges: Already implemented with StatusBadge component
Status colors: Already defined for completed, pending, processing, failed, refunded
Dynamic updates: The polling mechanism refreshes data every 30 seconds

closes #603

@ONEONUORA

Copy link
Copy Markdown
Contributor

@obacollins-lab
pls fix conflcit

@obacollins-lab

Copy link
Copy Markdown
Contributor Author

Conflict has been fixed all checks passes now

@ONEONUORA

Copy link
Copy Markdown
Contributor

@obacollins-lab
Pls i cant see your implementation

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.

[dashboard] UI: Implement status tracking indicators (Pending, Dispatched, Failed) for batch rows

2 participants