POC for an hexagonal architecture on Symfony
This app must allow to configure a Truck.
The truck is composed with part. Each part have some links and requirement with each other.
A part is a frame, an engine, a gearbox and / or a cab
- 🚧 Have a list of all available part for a specific brand
- 🚧 Have a list of all saved truck configurations
- 🚧 Know if the configuration is valid = All part must be linked and satisfy requirements with all others.
- ❌ Save truck configuration
- ❌ Export truck configuration on
Json
file
- Business rules
- Workflow
- Meaning of terms