PDF Management #99
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sigit/sigit.io#99
Loading…
Reference in New Issue
Block a user
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?
When creating a signature, AFTER selecting the signers / viewers, it should be possible for the creator to navigate through any PDF files in the UI and select co-ordinates for 0 or more of the following "markTypes" (per signer):
files/
subfolder of the sigit pack, with the SHA256 hash as the filenameThese co-ordinates should be stored in the
createSignature
object by npub/filehash, eg:When the subsequent signer enters the SIGN page of SIGit, the app will check whether their npub matches an attribute of the
createSignature
object. If so, then it will check whether that attribute contains an object that has an attribute which matches any hash in thefileHashes
array. If found, then the upcomingdocSignature
will need additional attributes to contain a value for each relevantmarkType
.The signer is immediately prompted to provide those details (eg name, job title, signature).
After providing the above details, each page of each PDF (that has markTypes) must be displayed in sequence (click to proceed), so the user can observe the various marks at the correct points in the PDF. Only after this cycle, should they be able to hit the sign button.
After hitting sign, the relevant
docSignatures
entry is created, eg as follows:Every future signer (and viewer), when opening a PDF in SIGit, should see the rendered PDF that includes all the marks. Every signer (and viewer, and verifier) should also verify the following:
docSignatures
include all relevantmarkTypes
(for each fileHash)When a SIGit pack is exported, there should be an additional subfolder (
/marked/
) that contains each "marked" pdf, modified with all relevant marks.