New layer type for documents? #2816
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#2816
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It might be useful to add a new layer type, "document", which would work similarly to how the "entity" layer type works. For example, if part of an item shows somebody signing a letter, and there's a PDF/scan/photo of the letter as a document, you could add an annotation referencing the document at that part of the item.
You can already attach documents to an entire item, but not with a time range. I guess you could fake this by just having a "text" layer and adding
<a href='/documents/ABCD'>...</a>
links; or, define an entity for the document, associate the document with the entity, and then tag the entity. A bit indirect but it would work. What do you think?Okay, I'm just defining entities for each document (or group of documents – in practice there is often more than one document grouped together) and using an entity layer.