Skip to content

Add recent merchants feature to dashboard#655

Merged
StuartFerguson merged 3 commits intomainfrom
task/#602_recent_merchants
Jan 16, 2026
Merged

Add recent merchants feature to dashboard#655
StuartFerguson merged 3 commits intomainfrom
task/#602_recent_merchants

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Add recent merchants feature to dashboard
Introduce RecentMerchantsModel and update Home.razor to display a detailed list of recently created merchants. Add new API client method and query/handler for fetching recent merchants. Update model factories and data transfer objects to support the new data flow. Removes previous .Take(5) restriction, showing all recent merchants returned by the backend. Enhances dashboard with richer, more relevant merchant information.

closes #602

Introduce RecentMerchantsModel and update Home.razor to display a detailed list of recently created merchants. Add new API client method and query/handler for fetching recent merchants. Update model factories and data transfer objects to support the new data flow. Removes previous .Take(5) restriction, showing all recent merchants returned by the backend. Enhances dashboard with richer, more relevant merchant information.
@StuartFerguson StuartFerguson changed the title Task/#602 recent merchants Add recent merchants feature to dashboard Jan 16, 2026
@StuartFerguson StuartFerguson merged commit c6c0d9d into main Jan 16, 2026
10 checks passed
@github-actions github-actions Bot deleted the task/#602_recent_merchants branch March 18, 2026 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Query to Get recently created merchants (last 3) by create date

1 participant