Skip to content
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 #48

Closed
ArayB opened this issue Apr 1, 2022 · 1 comment · Fixed by #49
Closed

Handle project images when remixing #48

ArayB opened this issue Apr 1, 2022 · 1 comment · Fixed by #49

Comments

@ArayB
Copy link
Contributor

ArayB commented Apr 1, 2022

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.

@ArayB ArayB self-assigned this Apr 1, 2022
@create-issue-branch
Copy link
Contributor

Branch issues/48-Handle_project_images_when_remixing created!

create-issue-branch bot pushed a commit that referenced this issue Apr 1, 2022
@sHtev sHtev closed this as completed in #49 Apr 6, 2022
sHtev added a commit that referenced this issue Apr 6, 2022
…ixing

Handle project images when remixing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant