it0/it0-web-admin/src
hailin 51b348e609 feat: complete tenant member management (CRUD + delete tenant)
Backend: add 5 missing endpoints to TenantController:
- DELETE /tenants/:id (deprovision schema + cleanup)
- GET /tenants/:id/members (query tenant schema users)
- PATCH /tenants/:id/members/:memberId (change role)
- DELETE /tenants/:id/members/:memberId (remove member)
- PUT /tenants/:id (alias for frontend compatibility)

Frontend: add member actions to tenant detail page:
- Role column changed to dropdown selector
- Added remove member button with confirmation
- Added updateMember and removeMember mutations

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 10:00:09 -08:00
..
app feat: complete tenant member management (CRUD + delete tenant) 2026-02-26 10:00:09 -08:00
application fix: add users endpoint, admin route, and fix agent-config paths 2026-02-22 00:35:57 -08:00
domain Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
i18n feat: rename app from IT0 to iAgent (我智能体) 2026-02-22 06:39:40 -08:00
infrastructure feat: add dual tenant registration (self-service + invitation) 2026-02-22 03:10:18 -08:00
lib Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
presentation feat: rename app from IT0 to iAgent (我智能体) 2026-02-22 06:39:40 -08:00
stores feat: add multi-language (i18n) support to web admin with Chinese and English 2026-02-22 04:56:04 -08:00
styles feat: redesign sidebar with icons, collapse toggle, and improved theme 2026-02-22 02:09:28 -08:00
types Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00