workspace extends ../models/models.dsl { name "Location Management" description "Zoom in on the functionality of managing locations." views { dynamic digitalOrderingPlatformSoftwareSystem "Dynamic_Configure_Outpost" { autolayout title "Outpost management" description "System diagram for configuring an Outpost" sweetgreenSupportCenter -> salesforce "Configures Outpost in" salesforce -> curry "Push in location information" curry -> curry-db "Store location information in" sweetgreenSupportCenter -> curry-ui "Configures driver for Outpost in" curry -> onfleet "Push configured driver information to" } dynamic digitalOrderingPlatformSoftwareSystem "Dynamic_Outpost_Fulfillment" { title "Order Fulfillment | Outpost" description "System diagram for configuring an Outpost" } dynamic digitalOrderingPlatformSoftwareSystem "Dynamic_Outpost_Courier" { title "Outpost Courier Management" description "System diagram for configuring an Outpost" } } }