
iUsed Documentation¶
Welcome to the iUsed Documentation Repository.
This repository provides centralised documentation for all iUsed services and applications. It is intended as the single source of truth for developers, engineers, and stakeholders.
Purpose¶
- To document the architecture, APIs, workflows, and integrations of all iUsed platforms.
- To provide consistent guidelines and best practices across all services.
- To help onboard new developers quickly and efficiently.
Repository Structure¶
/
│
├── README.md → About this documentation repo (purpose, structure, contributors)
│
├── overview.md → General architecture overview / high-level service diagram
│
├── services/
│ ├── iused-refurbisher-portal/
│ │ ├── README.md → What this application does
│ │ ├── setup.md → Installation & environment setup
│ │ ├── api.md → API specifications
│ │ └── changelog.md → Release information & version history
│ │
│ ├── ergonode/
│ ├── alumio/
│ ├── shopware-refurbished-direct/
│ ├── shopware-econocom/
│ ├── zendesk/
│ ├── xelion/
│ ├── mollie/
│ ├── odoo/
│ ├── trustpilot/
│
├── features/
│ ├── refurbisher-connectors.md
│ ├── pim-product-information.md
│ └── customer-notifications.md
│
├── shared/
│ ├── guidelines.md → General coding guidelines & standards
│ ├── logging.md → Logging & monitoring standards
│ └── security.md → Security and privacy best practices
│
└── diagrams/
├── architecture.mmd → Mermaid diagram: system & service relations
├── workflows.mmd → Mermaid diagram: example process flows
| Folder | Description |
|---|---|
/services |
Contains documentation for individual services (CMS, Website, APIs, etc.). |
/features |
Contains big features of all services created by the platform |
/shared |
Contains general guidelines, logging standards, security policies, etc. |
/diagrams |
Contains architecture and workflow diagrams (Mermaid format). |
List of iUsed Services¶
- iused-refurbisher-portal
- shopware-refurbished-direct
- shopware-econocom
- alumio
- ergonode
- zendesk
- xelion
- mollie
- odoo
- trustpilot
Each service has its folder under /services/.