feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum #4

Merged
pangestu merged 1 commits from feat/user-profile-and-username into dev 2026-08-03 14:49:32 +08:00
Owner
  • Changed user creation to use 'username' instead of 'name'.
  • Added UserProfile model with relationships to User and gender enum.
  • Updated validation rules for username and email.
  • Modified migrations to create user_profiles table and adjust users table.
  • Updated seeder to create users with profiles.
  • Translated various UI texts to Indonesian and improved layout components.
- Changed user creation to use 'username' instead of 'name'. - Added UserProfile model with relationships to User and gender enum. - Updated validation rules for username and email. - Modified migrations to create user_profiles table and adjust users table. - Updated seeder to create users with profiles. - Translated various UI texts to Indonesian and improved layout components.
pangestu added 1 commit 2026-08-03 14:49:05 +08:00
- Changed user creation to use 'username' instead of 'name'.
- Added UserProfile model with relationships to User and gender enum.
- Updated validation rules for username and email.
- Modified migrations to create user_profiles table and adjust users table.
- Updated seeder to create users with profiles.
- Translated various UI texts to Indonesian and improved layout components.
pangestu merged commit b8e807d30b into dev 2026-08-03 14:49:32 +08:00
pangestu deleted branch feat/user-profile-and-username 2026-08-03 14:51:12 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: itm/siakad-itm#4
No description provided.