sholahuddin
  • Joined on 2025-02-19
sholahuddin pushed to new_adk at daengdeni/usermanagement 2026-01-15 10:46:45 +07:00
f421585d8a feat(usermanagement): create positions table and add position_id to roles table with foreign key constraint
sholahuddin pushed to shola at daengdeni/basicdata 2025-12-29 17:03:54 +07:00
8fd8afd8df Merge pull request 'feat(migration): add parent_id column and foreign key to branches table with checks' (#7) from shola into master
2234ab2147 Merge pull request 'fix(seeder): standardize branch names to uppercase in BranchesSeeder' (#5) from shola into master
e24eaa963d Merge pull request 'feat(branches): update branch names for consistency and formatting' (#4) from shola into master
0c9ba37486 Merge pull request 'refactor(branch): clean up formatting and structure in Branch model' (#3) from shola into master
08582a2aa3 Merge pull request 'feat(branch): add 'is_dalam_kota' field to Branch form and validation rules' (#2) from shola into master
Compare 6 commits »
sholahuddin pushed to master at daengdeni/basicdata 2025-12-23 16:59:50 +07:00
8fd8afd8df Merge pull request 'feat(migration): add parent_id column and foreign key to branches table with checks' (#7) from shola into master
429a3a99fd feat(migration): add parent_id column and foreign key to branches table with checks
Compare 2 commits »
sholahuddin merged pull request daengdeni/basicdata#7 2025-12-23 16:59:49 +07:00
feat(migration): add parent_id column and foreign key to branches table with checks
sholahuddin commented on pull request daengdeni/basicdata#7 2025-12-23 16:59:45 +07:00
feat(migration): add parent_id column and foreign key to branches table with checks

php artisan module:migrate-refresh Basicdata --seed

sholahuddin created pull request daengdeni/basicdata#7 2025-12-23 16:59:16 +07:00
feat(migration): add parent_id column and foreign key to branches table with checks
sholahuddin commented on pull request daengdeni/basicdata#5 2025-12-23 16:58:48 +07:00
fix(seeder): standardize branch names to uppercase in BranchesSeeder

php artisan module:migrate-refresh Basicdata --seed

sholahuddin pushed to shola at daengdeni/basicdata 2025-12-23 16:58:11 +07:00
429a3a99fd feat(migration): add parent_id column and foreign key to branches table with checks
sholahuddin closed pull request daengdeni/basicdata#6 2025-12-23 16:36:04 +07:00
fix(seeder): standardize branch names to uppercase in BranchesSeeder
sholahuddin created pull request daengdeni/basicdata#6 2025-12-23 16:20:24 +07:00
fix(seeder): standardize branch names to uppercase in BranchesSeeder
sholahuddin commented on pull request daengdeni/basicdata#4 2025-12-23 15:42:20 +07:00
feat(branches): update branch names for consistency and formatting

php artisan config:clear

php artisan module:migrate-refresh Basicdata --seed

sholahuddin pushed to master at daengdeni/basicdata 2025-12-23 15:40:50 +07:00
2234ab2147 Merge pull request 'fix(seeder): standardize branch names to uppercase in BranchesSeeder' (#5) from shola into master
8d7a8d0fc7 fix(seeder): standardize branch names to uppercase in BranchesSeeder
Compare 2 commits »
sholahuddin merged pull request daengdeni/basicdata#5 2025-12-23 15:40:49 +07:00
fix(seeder): standardize branch names to uppercase in BranchesSeeder
sholahuddin created pull request daengdeni/basicdata#5 2025-12-23 15:40:45 +07:00
fix(seeder): standardize branch names to uppercase in BranchesSeeder
sholahuddin pushed to shola at daengdeni/basicdata 2025-12-23 15:40:27 +07:00
8d7a8d0fc7 fix(seeder): standardize branch names to uppercase in BranchesSeeder
sholahuddin pushed to master at daengdeni/basicdata 2025-12-23 10:16:10 +07:00
e24eaa963d Merge pull request 'feat(branches): update branch names for consistency and formatting' (#4) from shola into master
254fe33028 feat(branches): update branch names for consistency and formatting
Compare 2 commits »
sholahuddin merged pull request daengdeni/basicdata#4 2025-12-23 10:16:09 +07:00
feat(branches): update branch names for consistency and formatting
sholahuddin created pull request daengdeni/basicdata#4 2025-12-23 10:16:04 +07:00
feat(branches): update branch names for consistency and formatting
sholahuddin pushed to shola at daengdeni/basicdata 2025-12-23 10:15:37 +07:00
254fe33028 feat(branches): update branch names for consistency and formatting
sholahuddin pushed to new_adk at daengdeni/usermanagement 2025-12-16 15:49:45 +07:00
5e0544f375 feat(usermanagement): update user profile validation to handle nullable NIK and improve signature handling