Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 699 Bytes

adr_001.md

File metadata and controls

24 lines (11 loc) · 699 Bytes

ADR_001 Use Actor/Action approach to discover components

Date: 10/23

Status

accepted

Context

At the beginning of the design, we compared event storming, actor/action, and workflow approach,in order to determine which one to use for discovering component.

Decision

We decided actor/action approach is the most suitable, because the system is not complex enough, and the system is not a workflow based system. Event storming and actor/action approach would probably yield the same discovered component. We chose actor/action approach.

actor_action

Consequences

The architecture diagram will not reflect workflow directly.