codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Deleting multiple images causes ghost images to appear #76

Closed codyswanner closed 3 weeks ago

codyswanner commented 3 months ago

When deleting image 41 and then image 40, image 41 will reappear (numbers are just examples). Haven't determined yet if this works for (as examples) deleting images 30 and 25, or 40 then 41, or 1 then 2, etc. In any case, there is something going on with how the frontend is deciding which images to display that is erroneously pulling up previously deleted images.

hunxjunedo commented 3 months ago

requesting assignment if open to external contributions.

codyswanner commented 3 months ago

Hi @hunxjunedo, nice to meet you! I think I want to work on this particular issue myself to get a better understanding of what caused this bug, but I appreciate the offer, and am interested in getting some more experience with collaborating on GitHub. Some other issues I'd be more comfortable taking contributions on are #30, #57, or #70. If one of those looks interesting to you, comment and I can assign it!

codyswanner commented 3 weeks ago

This problem has been made obsolete by some other changes -- it's no longer possible to delete images from the main page, so this bug cannot be reproduced anymore. This is something to look out for when image selection (and deletion) from main page is implemented, but this bug in this form no longer exists.