Add ERP order import endpoint and n8n order-ingest flow export
This commit is contained in:
25
docs/README.md
Normal file
25
docs/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Docs Index
|
||||
|
||||
This folder is the single home for project documentation.
|
||||
|
||||
## Source Of Truth
|
||||
|
||||
- `CONCEPT.md` is the normative source for product and system concepts.
|
||||
|
||||
## Document Types
|
||||
|
||||
- Normative: `CONCEPT.md`
|
||||
- Operational:
|
||||
- `SPEC_PHASE1_COMPONENTS.md` (Komponenten-Spezifikation fuer Schritt 1)
|
||||
- `PROCESS_PHASE1.md` (Ablauflogik fuer Import, Lager, Storno, Outbound-Webhook)
|
||||
- Derived:
|
||||
- `SCHEMA_PHASE1.sql` (Draft schema for Schritt 1)
|
||||
- `../db/migrations/*.sql` (Ausfuehrbare Datenbankmigrationen)
|
||||
- Historical: none yet
|
||||
- Legacy: none yet
|
||||
|
||||
## How We Use This Folder
|
||||
|
||||
- Keep the docs root small and scannable.
|
||||
- Add new operational docs only when there is a running process to describe.
|
||||
- If a file only repeats the concept, move it out of the active root or delete it.
|
||||
Reference in New Issue
Block a user