Files
zpan/e2e
Jasper VanandBob e40ba0785e feat: remove Name field from registration form (#291)
* 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>
2026-04-14 01:19:16 -04:00
..