P2: Admin Dashboard #3

Closed
opened 2026-03-23 00:28:51 +00:00 by mik-tf · 1 comment
Member

Part of master roadmap #1.

Create separate projectmycelium_marketplace_admin crate.

Scope

  • Axum web server with Bootstrap 5.3.3
  • RPC proxy to marketplace backend
  • Independent JWT auth
  • Dashboard tabs: Users, Products, Orders, Nodes, Services, Apps, Messaging, Audit

Acceptance criteria

  • Separate crate builds independently
  • All 9 dashboard tabs functional
  • RPC proxy works
  • Auth works independently
Part of master roadmap #1. Create separate projectmycelium_marketplace_admin crate. ## Scope - Axum web server with Bootstrap 5.3.3 - RPC proxy to marketplace backend - Independent JWT auth - Dashboard tabs: Users, Products, Orders, Nodes, Services, Apps, Messaging, Audit ## Acceptance criteria - [ ] Separate crate builds independently - [ ] All 9 dashboard tabs functional - [ ] RPC proxy works - [ ] Auth works independently
Author
Member

P2 Complete: Admin Dashboard

Commit: c5856ff

Created

Separate admin/ crate (2,128 lines, 19 source files):

  • Axum server on port 9000
  • Independent JWT auth (admin-only)
  • RPC proxy forwarding to marketplace backend at :8001
  • Bootstrap 5.3.3 with dark/light mode
  • 10 dashboard tabs: Overview, Users, Products, Orders, Nodes, Services, Apps, Messaging, Audit, Settings
  • 12 Tera templates + CSS/JS assets

Run: cd admin && make dev

## P2 Complete: Admin Dashboard Commit: `c5856ff` ### Created Separate `admin/` crate (2,128 lines, 19 source files): - Axum server on port 9000 - Independent JWT auth (admin-only) - RPC proxy forwarding to marketplace backend at :8001 - Bootstrap 5.3.3 with dark/light mode - 10 dashboard tabs: Overview, Users, Products, Orders, Nodes, Services, Apps, Messaging, Audit, Settings - 12 Tera templates + CSS/JS assets Run: `cd admin && make dev`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coopcloud_code/home#3
No description provided.