Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: Reorganize site & address DTOs between modules #675

Merged
merged 3 commits into from
Dec 8, 2023

Conversation

martinfkaeser
Copy link
Contributor

The DTOs related to sites and logistic addresses were refactored, making sure all its data classes are located in the appropriate API modules (gate-api, pool-api and orchestrator-api). Common interfaces are used whenever possible.
This meant splitting up and adjusting some DTOs for the different modules which were formerly in the common module.

Also some formerly common DTOs that are only used by the Pool module were relocated, e.g. some metadata DTOs.

This is another step towards #570

Copy link
Contributor

@nicoprow nicoprow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

Copy link
Contributor

@nicoprow nicoprow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rebase and resolve the conflicts that happened due to the previous merge

@martinfkaeser martinfkaeser force-pushed the refactor/SiteAddressDTOs branch from 8634d5e to ef2d674 Compare December 7, 2023 14:53
Copy link
Contributor

@nicoprow nicoprow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And new conflict again ^^

@martinfkaeser martinfkaeser force-pushed the refactor/SiteAddressDTOs branch from ef2d674 to 8279de1 Compare December 8, 2023 10:24
@nicoprow nicoprow merged commit eb83725 into eclipse-tractusx:main Dec 8, 2023
9 checks passed
@nicoprow nicoprow deleted the refactor/SiteAddressDTOs branch December 8, 2023 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants