Skip to content

Commit

Permalink
fix: set ecommerce as external
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente-G committed Dec 11, 2023
1 parent f38cf1f commit 2a99e70
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/wms-references.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ managers = group "Operation Managers" {
layouter = person "Layout Manager" "" "Employee"
}

// Modules without front-end
database = softwareSystem "Database Module" "" "Context"
missions = softwareSystem "Missions Module" "" "Context"
inventory = softwareSystem "Inventory Module" "" "Context"
enterprise "SLC-wms" {
// Modules without front-end
database = softwareSystem "Database Module" "" "Context"
missions = softwareSystem "Missions Module" "" "Context"
inventory = softwareSystem "Inventory Module" "" "Context"

// Modules with front-end
reception = softwareSystem "Reception Module" "" "Context"
layout = softwareSystem "Layout Module" "" "Context"
picking = softwareSystem "Picking Module" "" "Context"
shipping = softwareSystem "Shipping Module" "" "Context"
analytics = softwareSystem "Analytics Module" "" "Context"
configs = softwareSystem "Configurations Module" "" "Context"
// Modules with front-end
reception = softwareSystem "Reception Module" "" "Context"
layout = softwareSystem "Layout Module" "" "Context"
picking = softwareSystem "Picking Module" "" "Context"
shipping = softwareSystem "Shipping Module" "" "Context"
analytics = softwareSystem "Analytics Module" "" "Context"
configs = softwareSystem "Configurations Module" "" "Context"
}

// External systems
ecommerce = softwaresystem "E-Commerce" "" "Existing System" {
tags = "External"
}
ecommerce = softwaresystem "E-Commerce" "" "External"

0 comments on commit 2a99e70

Please sign in to comment.