type
concept
created
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
updated
Tue Apr 07 2026 02:00:00 GMT+0200 (Central European Summer Time)
sources
raw/notes/systemPatterns
tags
actions business-logic matching containers newsletter exclusivity ingestion

Eight Core Actions

abstract
The platform defines eight core actions -- Extract Buyers, Extract Suppliers, Exclusivity, Pre-Production, Newsletter, Container Assembly, Excel Ingestion, and Visibility Config -- that implement all business logic in the Action Layer.

Overview

The eight core actions form the Action Layer of the wiki/concepts/four-layer-architecture. They operate on the wiki/concepts/six-core-entities and produce outputs (newsletters, proposals, notifications). Business logic for these actions is organized via the wiki/concepts/service-layer-pattern.

The Eight Actions

1. Extract Buyers

Purpose: Onboard and profile buyer companies.

2. Extract Suppliers (Mills)

Purpose: Onboard and profile mill suppliers.

3. Exclusivity

Purpose: Manage 48-hour exclusive access windows for matched buyers.

4. Pre-Production

Purpose: Track surplus that will be available before production completes.

5. Newsletter

Purpose: Generate and send automated newsletters to matched buyers.

6. Container Assembly

Purpose: Optimize container loading from multiple surplus lots.

7. Excel Ingestion

Purpose: Parse mill Excel surplus spreadsheets into structured data.

8. Visibility Config

Purpose: Configure geographic visibility rules for mill surplus.

Action Dependencies

Some actions depend on others:

Sources

Related