wms-be/database/entities
Habib Fatkhul Rohman 2db31dc017
Deploy Application / deploy (push) Successful in 23s Details
feat: Add client module with CRUD operations, DTOs, repository, and service layers
2025-10-28 10:09:31 +07:00
..
common.go Refactor common.go to add soft delete and audit functionality with appropriate struct definitions 2025-10-15 21:14:09 +07:00
m_client_entity.go feat: Add client module with CRUD operations, DTOs, repository, and service layers 2025-10-28 10:09:31 +07:00
m_location_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_group_entity.go feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships 2025-10-25 21:00:03 +07:00
m_maintenance_group_role_entity.go feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships 2025-10-25 21:00:03 +07:00
m_maintenance_group_role_user_entity.go feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships 2025-10-25 21:00:03 +07:00
m_maintenance_schdule_header_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_schdule_line_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_maintenance_staff_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_menu_client_entity.go feat: Add many-to-many relationship between menus and clients with seeder support 2025-10-21 20:23:16 +07:00
m_menu_entity.go feat: Implement menu management with CRUD operations and routing 2025-10-23 15:49:10 +07:00
m_permissions_entity.go feat: Implement seeders for menus, permissions, and role-permission associations 2025-10-21 20:05:14 +07:00
m_role_entity.go feat: Implement cascading delete constraints for maintenance group entities and enhance service methods for role-user relationships 2025-10-25 21:00:03 +07:00
m_role_menu_entity.go feat: Add role-menu seeder and remove redundant ID field from M_Role_Menu 2025-10-21 20:11:40 +07:00
m_role_permission_entity.go 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
m_user_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
m_user_role_entity.go 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
product_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
refresh_token_entity.go Remove TenantID references from RefreshToken entity for consistency 2025-10-15 21:13:57 +07:00
tenant_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00
user_entity.go feat: Add new entities for maintenance management and user roles 2025-10-21 15:06:43 +07:00