Currently address in Customer is a plain String e.g. "Thessaloniki, Greece"
which limits filtering, reporting and data consistency.
Tasks
- Create an Address class with fields: street, city, country
- Replace String address in Customer with Address address
- Update CustomerDTO accordingly
Note
This is a breaking change for existing API consumers — address field structure will change.
Currently address in Customer is a plain String e.g. "Thessaloniki, Greece"
which limits filtering, reporting and data consistency.
Tasks
Note
This is a breaking change for existing API consumers — address field structure will change.