-
Notifications
You must be signed in to change notification settings - Fork 5
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
Handle project images when remixing #49
Conversation
If project image already exists skip it instead of deleting and uploading again. Delete image if it has changed.
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.
@sHtev and I have been discussing this here and our main question is whether pruning images from projects is deleting the image or just the association? If deleting the image then we were thinking it would break child projects if an image is deleted from the parent. If just the association, then is there any mileage in including a test that shows that the child still has the image after deleting it from the parent, or that the number of associations has decreased but the number of images has stayed the same (like a parallel to lines 67-73 in create_remix_spec
)?
closes #48