Context
C4Context
title Context diagram for Teamerr
Person(flexworker, "Flexworker", "Temporary hired worker")
Person(hiring-user,"Hiring company user","User from hiring company with different roles")
System_Boundary(teamerr-boundary, "Teamerr") {
Rel(flexworker,teamerr, "Using system to see jobs")
Rel(hiring-user,teamerr,"Monitoring KPI/jobs/candidates")
System(teamerr, "Teamerr system","Platform to connect flexworkers and hiring agencies")
}
System_Boundary(external-services-boundary,"Teamerr"){
System_Ext('mysolution', "Mysolution", "External ERP system based on salesforce")
System_Ext('google', "Google auth/other apis", "Social authorization")
System_Ext('bc', "Business Central", "External ERP system based on MS Business Central"
)
System_Ext('email', "Email service", "Send email notifications")
}
BiRel(teamerr, 'mysolution', "Get/Send data to external system")
BiRel(teamerr, 'google', "Using apis")
UpdateLayoutConfig($c4ShapeInRow="2", $c4BoundaryInRow="2")