You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a project is remixed it should include any images from the original project.
We either duplicate the images for the new project, or point the new project at the same images as the original.
If we point at the same resources we will need to ensure images can't be deleted while still referenced by other projects.
We will then need a regular background job to clean up orphan images.
We would also need to ensure the rake task setting up initial projects does not delete images, it can remove the reference to an image if it is removed. It could also check if an image is already attached (by checksum for example) and not process if so.
The text was updated successfully, but these errors were encountered:
When a project is remixed it should include any images from the original project.
We either duplicate the images for the new project, or point the new project at the same images as the original.
If we point at the same resources we will need to ensure images can't be deleted while still referenced by other projects.
We will then need a regular background job to clean up orphan images.
We would also need to ensure the rake task setting up initial projects does not delete images, it can remove the reference to an image if it is removed. It could also check if an image is already attached (by checksum for example) and not process if so.
The text was updated successfully, but these errors were encountered: