-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[structured-commons] Wrong thumbnails at the "depictions" step when uploading #3601
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
Comments
Hey, can I take this one? |
@dafnith Yes sure :-) |
@dafnith Any progress on this? Have you managed to reproduce the issue? :-) |
@nicolas-raoul Yes I have managed to reproduce the issue. Actually it took me a while to built correctly the project but now everything is ok and I am working on the issue. |
hey @nicolas-raoul I think I may have misunderstood the problem here. When I type rabbit in step 2 of upload, for the item "Rabbit (species of small mammals)", various wrong thumbnails appears and not only the "Rabbit (basketball player)". I don't understand if the problem is specifically with the basketball player error or the fact that it doesn't show the right image for "Rabbit (species of small mammals)". |
Rabbit is only an example :-) |
Thank you, I will check it out! |
@dafnith are you still working on this? I have availability currently if you are happy for me to take over |
@macgills I was working on this but I find it hard to solve it. You can take the issue and I will be happy to see the solution. |
Dafni, if possible please share how you investigated, what did not work,
things that you have checked, possibilities that you have ruled out. Thanks
🙂
Le mar. 21 avr. 2020 à 21:40, Dafni Theodorou <notifications@github.com> a
écrit :
… @macgills <https://github.com/macgills> I was working on this but I find
it hard to solve it. You can take the issue and I will be happy to see the
solution.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3601 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYKBRYMGTRYMSL74OHQADRNWH2NANCNFSM4LWIFGBQ>
.
|
Here is the relative paths of some classes I investigated:
In the DepictsPresenter class I tried to change fetchThumbnailForEntityId() method to be the same as fetchThumbnailForEntityId() of class SearchDepictionsFragmentPresenter. Then by debugging the app I navigated in many classes that are used in order for the depictions to be fetched but I couldn't find the way that the query was sent to the provider. I would be more than happy if anyone could explain this to me! |
I'll let you know when I understand it myself! |
…when uploading - fix imageview rendering code
@dafnith the problem was 2 essential points 1.The adapter was not using fresco properly |
Thank you for the explanation! 🙂 |
…when uploading - show selected depictions at the top - ensure updates to nearby places are reflected
…when uploading - don't set imageUrl when the url is none
…when uploading - rewrite unit tests
…when uploading - fix erroneous cache access
…when uploading (#3696) * #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix imageview rendering code * #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - show selected depictions at the top - ensure updates to nearby places are reflected * #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - don't set imageUrl when the url is none * #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - rewrite unit tests * #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - minor cleanup * #3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix erroneous cache access
…ions" step when uploading (commons-app#3696) * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix imageview rendering code * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - show selected depictions at the top - ensure updates to nearby places are reflected * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - don't set imageUrl when the url is none * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - rewrite unit tests * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - minor cleanup * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix erroneous cache access
…ions" step when uploading (commons-app#3696) * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix imageview rendering code * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - show selected depictions at the top - ensure updates to nearby places are reflected * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - don't set imageUrl when the url is none * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - rewrite unit tests * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - minor cleanup * commons-app#3601 [structured-commons] Wrong thumbnails at the "depictions" step when uploading - fix erroneous cache access
Steps to reproduce:
Please fix it by looking at how it is done in the Explore activity. Factorize code if you can (that can be another pull request though).
The text was updated successfully, but these errors were encountered: