mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-19 10:01:12 +08:00
* feat: remove Name field from registration form - Remove name from signUpSchema; send empty string to satisfy DB NOT NULL - Reorder sign-up form: Email → Username → Password → Invite Code - createPersonalOrg falls back to username when name is empty - Add username to UserWithOrg type (server and frontend), typed as string - Sidebar and admin users table show username when name is empty - Update all e2e helpers and specs to remove Name field interactions Agent-Profile: https://agent-kanban.dev/agents/a6bb038c4226a87f * fix: update signUpSchema tests to match new schema (email, username, password) Remove name field tests; add username validation tests. Agent-Profile: https://agent-kanban.dev/agents/a6bb038c4226a87f --------- Co-authored-by: Bob <aibob@mails.agent-kanban.dev>