Skip to content

Feat/72 admin dashboard#56

Open
arcpsy wants to merge 8 commits intomainfrom
feat/72-admin-dashboard
Open

Feat/72 admin dashboard#56
arcpsy wants to merge 8 commits intomainfrom
feat/72-admin-dashboard

Conversation

@arcpsy
Copy link
Collaborator

@arcpsy arcpsy commented Feb 3, 2026

Issue ticket number and link

Resolves ADTO-72 – Admin Dashboard Overview

Summary

Implemented Admin Dashboard Overview section with temporary mock data.

  • Displays two stat cards from a reusable StatCard component:
    • Total Organizations
    • Upcoming Events
  • API integration can be directly enabled in dashboardServices.ts

Backend Requirement

Endpoint needed:

GET /dashboard/overview

Response:

{
  "totalOrganizations": number,
  "upcomingEvents": number
}

Files Added

  • dashboardServices.ts – dashboard overview service (mock, API-ready)
  • dashboardQueries.ts – overview data query (1 min stale time)
  • overview-section.tsx – overview layout
  • stat-card.tsx – reusable stat card component
  • /dashboard/page.tsx – integration into dashboard page

Testing Done

  • Stat cards render correctly
  • Mock data displays properly
  • No console errors

Screenshots

1366 x 768
image
Figma Reference
image

@vercel
Copy link

vercel bot commented Feb 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
adto-admin Ready Ready Preview, Comment Feb 3, 2026 5:49pm

@arcpsy arcpsy requested review from Aycees and hamllock February 3, 2026 17:50
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.

1 participant