Commit Graph

5 Commits

Author SHA1 Message Date
b8e807d30b Merge pull request 'feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum' (#4) from feat/user-profile-and-username into dev
Reviewed-on: #4
2026-08-03 14:49:32 +08:00
Yoga Pangestu
5cc8ba26b2 feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum
Some checks failed
tests / ci (pull_request) Has been cancelled
- 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.
2026-08-03 13:43:30 +07:00
4ff5a23279 Merge pull request 'buat model mahasiswa' (#2) from feat/mahasiswa into dev
Reviewed-on: #2
2026-07-29 19:46:50 +08:00
Yoga Pangestu
4e7675068b buat model mahasiswa
Some checks failed
tests / ci (pull_request) Has been cancelled
2026-07-29 18:41:48 +07:00
Yoga Pangestu
e870a155fa initial commit
Some checks failed
tests / ci (pull_request) Has been cancelled
2026-07-29 17:46:01 +07:00