Support external files/links as attachments #5605
Replies: 11 comments
-
Until this feature is added, they can modify the asset server to get data from a different source. For example, here is a modification that stores/fetches attachments in an s3 bucket on Digital Ocean - https://github.com/specify/web-asset-server/tree/development |
Beta Was this translation helpful? Give feedback.
-
This solution would not enable storing attachments on the server in addition to external servers right? |
Beta Was this translation helpful? Give feedback.
-
Yeah, you are correct, not a good workaround. Implementing this feature won't be hard. Probably the hardest part would be figuring out how to handle attachment thumbnails for external attachments |
Beta Was this translation helpful? Give feedback.
-
Worst case- use the file extension generate a thumbnail that corresponds with the file type (blank file with PNG, etc) Best case- use something like embed to grab the thumbnail. |
Beta Was this translation helpful? Give feedback.
-
Would the burden not be on the browser accessing 7 to load the image rather than the DB's server? |
Beta Was this translation helpful? Give feedback.
-
Ben Ritchie of RBGE requested this feature also, on 12/2/22. |
Beta Was this translation helpful? Give feedback.
-
just to expand on this - our use case is around having an existing Image server, and wanting to embed images from there.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
From @realVinayak on #4485 |
Beta Was this translation helpful? Give feedback.
-
The attachment URL option should also invoke the attachment table form that would allow the addition of metadata associated with the attachment while also showing a thumbnail if possible. Additionally, a regular attachment should also populate the URL field with the concatenated attachment server address enabling this field to be mapped the DwC extension field for all attachments. |
Beta Was this translation helpful? Give feedback.
-
This issue has been mentioned on Specify Community Forum. There might be relevant details there: |
Beta Was this translation helpful? Give feedback.
-
Based on the recent meeting Open Discussion on Associated Media Management in Specify 7 (took place on December 12, 2024).
A significant point of consensus emerged regarding the need for the capability to attach external URLs to Specify records. This feature was met with overwhelming support, as 17 participants expressed their approval through thumbs-up reactions in the chat among other spoken responses in our meeting.
Support for External URLs as attachments
The idea of allowing external URLs to be used as attachments resonated strongly with the community. The following individuals voiced their support for this functionality:
This collective endorsement underscores the importance of integrating external URLs into the Specify system, allowing users to link to relevant resources, thereby enhancing the functionality and usability of the software.
Use Cases for External URLs as attachments
Participants shared various use cases for integrating external URLs into their workflows:
Linking to High-Resolution Images:
Accessing 3D Models:
Compliance with External Databases:
Enhanced Data Sharing:
Streamlining Workflow:
Example Interaction
Users would like the ability add URLs as an attachment via Specify:
Note that you would need a "next" button after entering the URL or some mechanism to capture metadata about it.
Draft Requirements:
Requested Changes
resourceURL
field to theAttachment
tableConclusion
The feedback from participants clearly indicates a strong demand for the ability to attach external URLs as part of the asset management process within Specify. By implementing this feature, Specify can enhance its functionality, improve user experience, and better support the diverse needs of its community.
Original issue body:
Attachments should be more versatile. It should include URLs, links to images, documents, etc.
Requested by: Matthew Cruz & others
Beta Was this translation helpful? Give feedback.
All reactions