Skip to content

Commit

Permalink
chore: fix sentencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitlinda authored and mergify[bot] committed Oct 14, 2022
1 parent 8934b13 commit ce2d2f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions report/sections/context-map.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ \chapter{Context Map}
\item \textbf{MilkPlanning [D, ACL] $\leftarrow$ [U] MilkTankDT}

\texttt{MilkPlanning} receives the information about the tanks' milk quantity from the \texttt{MilkTankDT}.
Since \texttt{MilkPlanning} is a downstream core bounded context, an Anti-Corruption Layer is required.
\texttt{MilkPlanning} is a downstream bounded context and has an Anti-Corruption Layer.

\item \textbf{Stocking [D, ACL] $\leftarrow$ [U] PackagingMachineDT \\
Stocking [D, ACL] $\leftarrow$ [U] ScaleDT \\
Stocking [D, ACL] $\leftarrow$ [U] MetalDetectorDT}

\texttt{Stocking} receives the information about the quality assurance status considering the packaging machine, scale and metal detector. Data are sent from the \texttt{PackagingMachineDT}, \texttt{ScaleDT} and \texttt{MetalDetectorDT} respectively.
Since \texttt{Stocking} is a downstream bounded context, an Anti-Corruption Layer is required.
\texttt{Stocking} is a downstream bounded context and has an Anti-Corruption Layer.

\item \textbf{Alert [D, ACL] $\leftarrow$ [U] MilkTankDT \\
Alert [D, ACL] $\leftarrow$ [U] MetalDetectorDT \\
Alert [D, ACL] $\leftarrow$ PackagingMachineDT \\
Alert [D, ACL] $\leftarrow$ ScaleDT}

\texttt{Alert} receives the alerting messages from the digital twins. Data are sent from the \texttt{MilkTankDT}, \texttt{MetalDetectorDT}, \texttt{PackagingMachineDT} and \texttt{ScaleDT} respectively.
Since \texttt{Alert} is a downstream bounded context, an Anti-Corruption Layer is required.
\texttt{Alert} is a downstream bounded context and has an Anti-Corruption Layer.

\item \textbf{MilkPlanning [D, ACL] $\leftarrow$ [U] Stocking}

\texttt{MilkPlanning} asks \texttt{Stocking} for the amount of products in stock.
Since \texttt{MilkPlanning} is a downstream core bounded context, an Anti-Corruption Layer is required.
\texttt{MilkPlanning} is a downstream bounded context and has an Anti-Corruption Layer.

\end{itemize}

Expand Down

0 comments on commit ce2d2f7

Please sign in to comment.