- product-portfolio
- ecosystem-catalog
- deep-dives
- vertical
Logistics, Supply Chain, Transportation & Fleet - Analysis¶
Planning-layer analysis for category 19. It groups the 50 candidate services into capabilities, recommends what becomes a standalone service versus a module, and captures domain, interface, and non-functional notes. For the plain item list see the browse page.
Scope & Bounded Context¶
- Primary bounded context: Logistics
- Group: vertical
- Default wave / cycle: Phase 4 · Cycle 4: AI Interaction & Verticals
- Items: 50 candidates
This category is anchored to the ConnectSoft DDD baseline in the SaaS framework DDD blueprint and the service classification model.
Classification Breakdown¶
| Classification | Count |
|---|---|
| Module-in-service | 41 |
| Platform Product | 6 |
| Portal/UI Module | 3 |
Anti-fragmentation stance
Per ADR-0011, the 41 module candidates below are delivered inside the Logistics bounded-context service, not as separate microservices. Only the 6 platform/service candidates justify an independent runtime.
Standalone Service / Platform Candidates¶
| ID | Service | Tier | Status |
|---|---|---|---|
| CS-SVC-0901 | Fleet Management Platform | 3 | Documented |
| CS-SVC-0910 | Logistics Control Tower | 3 | Documented |
| CS-SVC-0911 | Warehouse Management System | 3 | Planned |
| CS-SVC-0923 | Transport Management System | 3 | Planned |
| CS-SVC-0924 | Last-Mile Delivery Platform | 3 | Planned |
| CS-SVC-0926 | Driver App Platform | 3 | Planned |
Portal / UI Modules¶
- Delivery Customer Tracking Portal (
CS-SVC-0927) - Supplier Collaboration Portal (
CS-SVC-0932) - Supply Chain Executive Dashboard (
CS-SVC-0950)
Domain, Interfaces & Data Ownership¶
- Aggregates are owned by the Logistics context; cross-context reads go through published contracts, never shared databases.
- Integration is event-first (outbox + integration events) per the event-driven mindset.
- APIs are contract-first and versioned through the API & Integration context.
Non-Functional Posture¶
- Multi-tenancy & edition-awareness: required for all serious candidates.
- Security: Standard baseline; secrets via the platform secret store; least privilege.
- Compliance: standard audit logging.
- Observability: OpenTelemetry traces, metrics, and structured logs.
MVP vs Future¶
- MVP (Tier 0-1): Freight Audit Service, Logistics Billing Service
- Future (Tier 4-5): none
Open Questions¶
- Which module candidates, if any, develop independent scaling or ownership needs that would justify promotion to a standalone service?
- Where do this category's contracts overlap with adjacent contexts, and who owns them?