-
Notifications
You must be signed in to change notification settings - Fork 16
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
Gate API: Nameparts #181
Labels
enhancement
New feature or request
Milestone
Comments
Adding nameparts to the legal entity in the gate leads to a big split in the api model between gate and pool. Therefore this issue needs to be refined into smaller steps leading to the introduction of the nameparts array |
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
May 30, 2023
add legalNameParts to Gate
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
May 30, 2023
add PoolLegalEntityResponse
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
May 30, 2023
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
May 31, 2023
remove LegalEntityResponse from pool
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
add legalNameParts to Gate
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
add PoolLegalEntityResponse
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
remove LegalEntityResponse from pool
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
fix after merge
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
add PoolLegalEntityResponse
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
add PoolLegalEntityResponse
rainer-exxcellent
added a commit
to catenax-ng/tx-bpdm
that referenced
this issue
Jun 1, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently legal entities only have one name field in the Gate API. In order to fascilitate the mapping between BPDM and the sharing member systems we should offer to specify the name in parts. Therefore, response and request DTOs should contain an array field "legalNameParts" for legal entities. The short name should still be one field named "legalShortName".
The text was updated successfully, but these errors were encountered: