-
Notifications
You must be signed in to change notification settings - Fork 986
Open
Labels
Description
This issue is related to the conversation from the pull request #123 and the 2 issues #122 and #103
To fix the issues without changing the API specification, we temporary had the operations findSpecialtiesByName and findPetTypeByName.
Vet, Specialty (and maybe PetType) are different aggregates and should probably be linked by their ids for writing operations. A better solution should be to change the OpenAPI interface (and the Angular client). We could imagine that for reading operation, in addition to their id, the name property of aggregates is returned to consumers.