-
Notifications
You must be signed in to change notification settings - Fork 22
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(leadPictureId): responding image id for service offer type #1042
fix(leadPictureId): responding image id for service offer type #1042
Conversation
responding leadPictureId for services and updated the response of following APIs, including test cases: - /api/services/active - /api/services/{serviceId} Ref: 1040
src/marketplace/Services.Service/ViewModels/ServiceDetailResponse.cs
Outdated
Show resolved
Hide resolved
src/portalbackend/PortalBackend.DBAccess/Repositories/OfferRepository.cs
Show resolved
Hide resolved
src/portalbackend/PortalBackend.DBAccess/Repositories/OfferRepository.cs
Show resolved
Hide resolved
src/marketplace/Services.Service/ViewModels/ServiceDetailResponse.cs
Outdated
Show resolved
Hide resolved
src/portalbackend/PortalBackend.DBAccess/Repositories/OfferRepository.cs
Show resolved
Hide resolved
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.
see comments
@tfjanjua here is the FE draft PR FYI : eclipse-tractusx/portal-frontend#1197 |
Quality Gate passedIssues Measures |
@tfjanjua @MaximilianHauer shall we wait for the FE-PR eclipse-tractusx/portal-frontend#1197 to be also ready before merging this PR? (The LeadImageUrl that has been added to the api reponses would be silently ignored by the FE until then). |
Thanks for the review @ntruchsess |
@tfjanjua backlog does not mean that you are not allowed to contribute ;) :D what i dont understand is that you contribute two times the same issue with different PR. can you align on what we should focus on ? |
Thanks for the feedback @MaximilianHauer Please let me know if you have any question. |
@tfjanjua As discussed with @MaximilianHauer I'm merging this PR as it's save to add those urls to the api-response - please discuss on how to proceed with the corresponding FE-changes in the respective tickets. |
Thanks for the merge @ntruchsess | @MaximilianHauer |
Description
Responding
leadPictureId
for services and updated the response of following APIs, including test cases:Why
Default/hard coded service images displaying on “Service Marketplace“ but actual service image should display.
Issue
Ref: 1040
Checklist