feat(BE): approval_workflow, adjusment project_flocks, common, and migration

This commit is contained in:
Hafizh A. Y
2025-10-21 13:56:30 +07:00
parent 13c04460f0
commit 55b14f5fc7
30 changed files with 1379 additions and 159 deletions
+2
View File
@@ -13,6 +13,7 @@ import (
master "gitlab.com/mbugroup/lti-api.git/internal/modules/master"
users "gitlab.com/mbugroup/lti-api.git/internal/modules/users"
production "gitlab.com/mbugroup/lti-api.git/internal/modules/production"
approvals "gitlab.com/mbugroup/lti-api.git/internal/modules/approvals"
// MODULE IMPORTS
)
@@ -28,6 +29,7 @@ func Routes(app *fiber.App, db *gorm.DB) {
constants.ConstantModule{},
inventory.InventoryModule{},
production.ProductionModule{},
approvals.ApprovalModule{},
// MODULE REGISTRY
}