1.1 KiB
1.1 KiB
| id | title | status | assignee | created_date | labels | dependencies | priority | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TASK-49 | Add admin dashboard at /admin with space overview | Done |
|
2026-02-24 23:29 |
|
medium |
Description
Added an admin dashboard page at /admin that shows all rSpace spaces with detailed stats including shape count, member count, file size on disk, visibility, creation date, and owner DID. Includes search, filter by visibility, and sort controls. Also added /api/spaces/admin API endpoint returning all space data.
Acceptance Criteria
- #1 Admin page accessible at /admin
- #2 Shows all spaces with shape count, member count, file size
- #3 Search bar filters by name/slug/owner
- #4 Visibility filter buttons work
- #5 Sort dropdown works (date, name, shapes, size)
- #6 API endpoint at /api/spaces/admin returns detailed space data
- #7 Vite build includes admin.html
- #8 Consistent styling with existing rSpace dark theme