BlockchainCommons / GordianSeedTool-iOS

Cryptographic Seed Manager for iOS
Other
36 stars 8 forks source link

Allow printing of individual SSKR shares #166

Closed wolfmcnally closed 2 years ago

wolfmcnally commented 2 years ago

SeedTool allows individual shares to be individually exported as URs, or as ByteWords, or as QR codes, or written to an NFC tag. Currently it only allows printing all shares to either aggregated coupon pages, or one page per share in the same print job.

The purpose of this enhancement is to add the ability to export individual shares to separate print jobs, which will allow them to be printed, or individually exported as PDFs by the share sheet, which would allow sharing individual shares with other people via AirDrop or saving them to the file system.

This additional functionality would be added to the same UI that allows the other forms of individual share export.

Non-goals of this enhancement include:

wolfmcnally commented 2 years ago

This is a simplification/step towards the ideas discussed in #123 .

wolfmcnally commented 2 years ago

Ready for test in 1.5 (59).

shannona commented 2 years ago

UI all looks good. Individual entries pull up correct shares. Printing works. Looks good.