API Features Overview

The Features directory in the primary MILTON API project structures business capabilities using a Vertical Slice Architecture. Each domain feature encapsulates its own endpoints, handlers, models, and tests where applicable.

Available Features

  • Documents Feature: The core document generation factory using Wolverine Sagas.
  • Projects Feature: Management of MILTON project configurations and boundaries.
  • Project Config: Detailed configuration logic per project, like repository links and encrypted credentials.

This structure allows features to remain decoupled, making the monolithic capabilities easy to extract into separate microservices if required in the future.

3 items under this folder.