What happens: Admin user management is split between /admin/users/{id}/edit and /admin/users/{id} (the profile/detail view). This forces admins to navigate between pages to manage a single user.
Expected: A single consolidated page at /admin/users/{id} with tabs (Profile, Permissions, Activity, etc.) so all user management lives in one place.
Impact: Poor admin UX — managing a user requires multiple page loads and context switching.
Patrick Bass
@mobieus