Habib Fatkhul Rohman
14cbd567b3
feat(product): Enhance product entities and DTOs with client and category relationships
2025-10-31 10:48:04 +07:00
Habib Fatkhul Rohman
02dc2c71d8
feat(uom): Add UOM management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 22s
Details
2025-10-30 14:20:20 +07:00
Habib Fatkhul Rohman
e632f71329
refactor(entity): Update unique index priorities for product entity fields
2025-10-30 13:35:27 +07:00
Habib Fatkhul Rohman
bf6271c3dc
feat(category): Implement category management with CRUD operations and routing
2025-10-30 13:15:43 +07:00
Habib Fatkhul Rohman
a36a891a71
refactor(entity): Remove FullAuditTrail from M_Role_Permission struct
2025-10-30 12:20:57 +07:00
Habib Fatkhul Rohman
b779ec501b
fix(seeder): Uncomment previously commented seeders for data initialization
Deploy Application / deploy (push) Successful in 20s
Details
2025-10-30 11:37:30 +07:00
Habib Fatkhul Rohman
ccc3907661
feat(seeder): Enable permission and role permission seeders for data initialization
Deploy Application / deploy (push) Successful in 18s
Details
2025-10-30 11:31:51 +07:00
Habib Fatkhul Rohman
c9ee681b2c
feat(seeder): Enable role and user role seeders for data initialization
Deploy Application / deploy (push) Successful in 16s
Details
2025-10-30 11:26:51 +07:00
Habib Fatkhul Rohman
e8bdd02004
fix(seeder): Comment out unused seeders for clarity
...
Deploy Application / deploy (push) Successful in 20s
Details
fix(docker): Update CMD in Dockerfile to use --fresh for migration
2025-10-30 11:21:49 +07:00
Habib Fatkhul Rohman
1d687fe2d7
feat(product): Implement product management with CRUD operations and routing
Deploy Application / deploy (push) Successful in 20s
Details
2025-10-29 15:34:33 +07:00
Habib Fatkhul Rohman
4371103cc7
feat: Add unique index to MenuID and ClientID fields in M_Menu_Client entity
2025-10-28 13:55:04 +07:00
Habib Fatkhul Rohman
2db31dc017
feat: Add client module with CRUD operations, DTOs, repository, and service layers
Deploy Application / deploy (push) Successful in 23s
Details
2025-10-28 10:09:31 +07:00
Habib Fatkhul Rohman
f9c5dc3f63
feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships
Deploy Application / deploy (push) Successful in 19s
Details
2025-10-25 21:00:03 +07:00
Habib Fatkhul Rohman
28d07ea2b0
feat: Enhance maintenance group role entities with cascading constraints and add role-user relationship
Deploy Application / deploy (push) Successful in 20s
Details
2025-10-25 01:38:01 +07:00
Habib Fatkhul Rohman
1079c5dac8
feat: Implement menu management with CRUD operations and routing
2025-10-23 15:49:10 +07:00
Habib Fatkhul Rohman
80825a70af
feat: Enhance role and user role management with new endpoints and DTOs for assigning/removing roles and permissions
2025-10-22 15:29:42 +07:00
Habib Fatkhul Rohman
b4554ff5f2
feat: Add maintenance groups and roles with corresponding seeders and migrations
2025-10-22 10:13:24 +07:00
Habib Fatkhul Rohman
04cfb9719b
feat: Add many-to-many relationship between menus and clients with seeder support
2025-10-21 20:23:16 +07:00
Habib Fatkhul Rohman
7fa3971c70
feat: Add role-menu seeder and remove redundant ID field from M_Role_Menu
2025-10-21 20:11:40 +07:00
Habib Fatkhul Rohman
37d656999e
feat: Implement seeders for menus, permissions, and role-permission associations
2025-10-21 20:05:14 +07:00
Habib Fatkhul Rohman
465908965e
feat: Add new entities for maintenance management and user roles
...
- Created M_Location, M_MaintenanceGroup, M_MaintenanceGroupRole, M_MaintenanceGroupUser, M_MaintenanceScheduleHeader, M_MaintenanceScheduleLine, M_MaintenanceStaff, M_Menu_Client, M_Menu, M_Permissions, M_Role, M_Role_Menu, M_Role_Permission, M_User, M_User_Role entities.
- Implemented relationships and foreign keys for user roles and permissions.
- Added JSON seed files for roles and user roles, along with corresponding seed functions.
- Updated migration and seeder files to include new entities and ensure proper database setup.
- Commented out legacy product and tenant entities and their seed functions for future reference.
2025-10-21 15:06:43 +07:00
Habib Fatkhul Rohman
1b490d8770
Refactor migration and seeder files to remove Tenant and Product references, ensuring consistency with updated entity structures
2025-10-15 21:14:28 +07:00
Habib Fatkhul Rohman
3497f4e540
Refactor common.go to add soft delete and audit functionality with appropriate struct definitions
2025-10-15 21:14:09 +07:00
Habib Fatkhul Rohman
d1f0d2000e
Remove TenantID references from RefreshToken entity for consistency
2025-10-15 21:13:57 +07:00
Habib Fatkhul Rohman
e27712ab18
Refactor RefreshToken entity to replace TenantID with ClientID for consistency
2025-10-15 21:13:27 +07:00
Habib Fatkhul Rohman
1a965282cd
Add client and user seeders with updated structure and data
2025-10-15 21:12:30 +07:00
Habib Fatkhul Rohman
dae2c0daa9
Add Product entity, migration, seeder, and JSON data for multi-tenant support
2025-09-16 11:01:46 +07:00
Habib Fatkhul Rohman
630c2881c5
Add TenantID to User and RefreshToken entities, update migrations and seeders
2025-09-15 11:34:54 +07:00
Habib Fatkhul Rohman
5a6b85ec18
Add Tenant entity, migration, seeder, and JSON data for tenants
2025-09-11 10:39:43 +07:00
Habib Fatkhul Rohman
87d28fffee
Initial commit
2025-09-10 14:38:44 +07:00