-
Notifications
You must be signed in to change notification settings - Fork 98
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
fix(rest): Added endpoint url for summary and administration page info #1895
fix(rest): Added endpoint url for summary and administration page info #1895
Conversation
Following fields were not present in api response structure:
|
281d7c6
to
c65e4a5
Compare
Still some of the fields are missing from the above mentioned list. |
2c195a6
to
0c7d9de
Compare
0c7d9de
to
2736e30
Compare
Hi @nikkuma7 , rest api docs are broken. |
2736e30
to
401e6c0
Compare
Some of the vendor fields are missing and please check the rest api docs again. |
401e6c0
to
af669c0
Compare
done. |
Testing was successful. |
d896e9e
to
ea441b3
Compare
return new ResponseEntity<>(userHalResource, HttpStatus.OK); | ||
} | ||
|
||
private HalResource<Project> createHalSummaryAdministration(Project sw360Project, User sw360User) throws TException { |
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.
createHalSummaryAdministration and createHalProject seems to be similar methods, can you try to reuse createHalProject instead of creating a new method with similar functionality.
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.
changes done.
Signed-off-by: Nikesh kumar <kumar.nikesh@simens.com>
ea441b3
to
9d79b28
Compare
Code looks good. |
…nistrativeInfo fix(rest): Added endpoint url for summary and administration page info Reviewed by: rudra.chopra@siemens.com Tested by: rudra.chopra@siemens.com
Issue: #1894
Suggest Reviewer
How To Test?
resource/api/projects/{id}/summary/administration
ex: resource/api/projects/c109935d14e846c4afe03a8f3e97798b/summary/administration
Checklist
Must: