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

Dam file replacement on upload #2616

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

VP-DS
Copy link
Contributor

@VP-DS VP-DS commented Oct 9, 2024

Description

DAM files are often used in multiple locations, and manually updating each instance when replacing a file can be time-consuming. This Pull Request introduces a feature that allows you to replace DAM files seamlessly, without needing to manually update their usage locations.

Screenshots/screencasts

Image replacement with cache handling via contentHash in url

Image.replacing.with.caching.handled.mov

Test image url without optional contentHash

Test.url.with.optional.contentHash.removed.mov

Test url with optional contentHash removed

Test.url.with.optional.contentHash.removed.mov

Replacement dialog with cropping warning

Duplicate Warning Message

Related tasks and documents

https://vivid-planet.atlassian.net/browse/COM-1133

@VP-DS VP-DS self-assigned this Oct 9, 2024
@VP-DS VP-DS force-pushed the dam-file-replacement-on-upload branch from ec0c09f to 0bce94a Compare October 10, 2024 13:43
if (exifrSupportedMimetypes.includes(file.mimetype)) {
exifData = await exifr.parse(file.path);
}

Copy link
Contributor Author

@VP-DS VP-DS Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

above code is copied from upload function.

probably could put it into a helper function, but @thomasdax98 you wanted to keep them strictly separated, didn't you?

@VP-DS VP-DS force-pushed the dam-file-replacement-on-upload branch from 0abbe3c to 56012ca Compare October 17, 2024 12:48
@VP-DS VP-DS marked this pull request as ready for review October 17, 2024 13:22
@VP-DS VP-DS marked this pull request as draft October 17, 2024 13:23
@VP-DS VP-DS force-pushed the dam-file-replacement-on-upload branch from 2fae1a2 to 59c32da Compare October 17, 2024 13:55
@VP-DS VP-DS marked this pull request as ready for review October 17, 2024 13:56
@VP-DS VP-DS mentioned this pull request Oct 18, 2024
2 tasks
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 this pull request may close these issues.

1 participant