Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 821 Bytes

006We-will-separate-Ticket-Management.md

File metadata and controls

32 lines (18 loc) · 821 Bytes

Ticket-Management Domain

Date: 2021-05-01

Status

Accepted

Context

The Ticket-Management domain is responsible for various processes. Granularity analysis is required to decide if this domain needs to be broken down further. See Architecture Analysis for more information.

Decision

Ticket-Management will be split into Ticket Management and Ticket Assignment components.

Consequences

Positive:

  • Functionality split with no overlap
  • Volatility of code split, so deployment only of changed components
  • Scalability managed separately
  • Faults do not bring unrelated functionality down

Negative:

  • Some data is shared, so consistency needs to be taken into account

Risks:

  • Some data is shared so consistency of the data is important