|
|
44b6b158ef
|
[darmasaba-dashboard][2026-03-27] feat: modular seeders and database-backed dashboard
- Split seeders into modular files per feature category
- Added seed:auth, seed:demographics, seed:divisions, seed:services, seed:dashboard commands
- Connected dashboard components to live database (Budget, SDGs, Satisfaction)
- Added API endpoints: /api/dashboard/budget, /api/dashboard/sdgs, /api/dashboard/satisfaction
- Updated prisma schema with dashboard metrics models
- Added loading states to dashboard components
- Fixed header navigation to /admin
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
2026-03-27 12:14:19 +08:00 |
|
|
|
0d0dc187a5
|
chore: fix linting and type safety across the project
|
2026-03-26 15:51:45 +08:00 |
|
|
|
ec057ef2e5
|
feat(dashboard): connect dashboard components to database
|
2026-03-26 14:28:09 +08:00 |
|
|
|
aeedb17402
|
fix(header): fix missing Divider, Badge, IconUserShield and navigate
|
2026-03-26 14:13:59 +08:00 |
|
|
|
3eb84921a1
|
Fix Konsisten Warna Bg 4
|
2026-03-25 17:15:07 +08:00 |
|
|
|
113dd7ba6f
|
Refactor New Ui Sosial, Keamanan, & Bantuan
|
2026-03-25 11:10:50 +08:00 |
|
|
|
97e6caa332
|
Fix UI Beranda
|
2026-03-17 21:03:36 +07:00 |
|
|
|
f0c37272b9
|
Progress Tampilan UI Dashboard Desa Plus NOC
|
2026-03-17 20:53:33 +07:00 |
|
|
|
952f7ecb16
|
refactor: modularize dashboard components per PromptDashboard.md
- Create reusable StatCard component for header metrics
- Create ChartSurat component for bar chart (surat statistics)
- Create DivisionProgress component for divisi teraktif
- Create ChartAPBDes component for APBDes horizontal bar chart
- Create ActivityList component for calendar events
- Create SatisfactionChart component for donut chart
- Create SDGSCard component for SDGs metrics
- Refactor DashboardContent to use new modular components
- Add proper dark mode support with specified colors
- Implement responsive grid layout (12/6/1 columns)
- Add custom SDGs icons (Energy, Peace, Health, Poverty, Ocean)
New components structure:
src/components/dashboard/
- stat-card.tsx
- chart-surat.tsx
- chart-apbdes.tsx
- division-progress.tsx
- activity-list.tsx
- satisfaction-chart.tsx
- sdgs-card.tsx
- index.ts (exports)
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
|
2026-03-13 15:36:31 +08:00 |
|