-
Notifications
You must be signed in to change notification settings - Fork 9
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
Chore/add javadocs #26
Chore/add javadocs #26
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great effort! There have been smaller things that would be low-hanging fruits to update :)
Please ensure to correct the test scope of the dependencies file!
backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/dto/EDR_Dto.java
Outdated
Show resolved
Hide resolved
...rg/eclipse/tractusx/puris/backend/common/edc/logic/service/EndpointDataReferenceService.java
Show resolved
Hide resolved
backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Material.java
Show resolved
Hide resolved
backend/src/main/java/org/eclipse/tractusx/puris/backend/masterdata/domain/model/Partner.java
Outdated
Show resolved
Hide resolved
...rg/eclipse/tractusx/puris/backend/stock/logic/service/ProductStockRequestApiServiceImpl.java
Show resolved
Hide resolved
Quality check still fails because we need to incorporate this issue: eclipse-tractusx/sig-infra#230 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done!
a727780
to
903afbd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great effort!
@mhellmeier last comment is postponed. Quality Check still fails, but has been reported. Fine from my side. |
d2f4af7
into
eclipse-tractusx:main
Extended Javadocs in the backend.
Improved Swagger-UI documentation
Included some minor fixes in order to improve the status code responses in request and response endpoints. Also renamed the objects of the DT_RequestStateEnum class to better match the wording of the PURIS api.