Kyle Pope
8582b41b03
Add user profile fields + IAM search, email column, detail panel
Backend:
- Migration 037: add email, first_name, last_name to users table
- User model: add 3 profile columns
- Admin schemas: extend UserListItem/UserDetailResponse/CreateUserRequest
with profile fields, email validator, name field sanitization
- _create_user_defaults: accept optional preferred_name kwarg
- POST /users: set profile fields, email uniqueness check, IntegrityError guard
- GET /users/{id}: join Settings for preferred_name, include must_change_password/locked_until
Frontend:
- AdminUser/AdminUserDetail types: add profile + detail fields
- useAdmin: add CreateUserPayload profile fields + useAdminUserDetail query
- CreateUserDialog: optional profile section (first/last name, email, preferred name)
- IAMPage: search bar filtering on username/email/name, email column in table,
row click to select user with accent highlight
- UserDetailSection: two-column detail panel (User Info + Security & Permissions)
with inline role editing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 22:40:20 +08:00
..
2026-02-15 16:13:41 +08:00
2026-02-16 01:31:46 +08:00
2026-02-20 07:37:43 +08:00
2026-02-20 13:15:43 +08:00
2026-02-21 12:11:02 +08:00
2026-02-21 19:07:35 +08:00
2026-02-22 00:37:21 +08:00
2026-02-22 01:33:45 +08:00
2026-02-22 03:22:44 +08:00
2026-02-22 11:58:19 +08:00
2026-02-22 17:34:16 +08:00
2026-02-23 01:20:36 +08:00
2026-02-23 10:55:27 +08:00
2026-02-23 17:04:12 +08:00
2026-02-23 19:59:38 +08:00
2026-02-23 21:24:59 +08:00
2026-02-24 01:02:19 +08:00
2026-02-24 04:07:51 +08:00
2026-02-24 21:10:26 +08:00
2026-02-24 21:10:26 +08:00
2026-02-25 01:04:20 +08:00
2026-02-25 04:04:23 +08:00
2026-02-25 04:34:21 +08:00
2026-02-25 04:18:05 +08:00
2026-02-25 10:03:12 +08:00
2026-02-26 19:19:04 +08:00
2026-02-26 19:06:25 +08:00
2026-02-26 19:06:25 +08:00
2026-02-26 19:06:25 +08:00
2026-02-27 04:49:57 +08:00
2026-02-26 19:06:25 +08:00
2026-02-26 19:06:25 +08:00
2026-02-26 19:06:25 +08:00
2026-02-27 06:06:13 +08:00
2026-02-27 05:41:16 +08:00
2026-02-27 19:20:47 +08:00
2026-02-27 22:40:20 +08:00