starlinglab / authenticated-attributes

Authenticated Attributes project by the Starling Lab
MIT License
6 stars 1 forks source link

Create UI to Export An Attestation from UWAZI as a downloadable file #7

Closed katelynsills closed 1 year ago

katelynsills commented 1 year ago

User Story

As a researcher, I want to be able to store and share signed attestations in a granular manner. For example, if Starling believes that a location of the image was Kharkiv, I may want to share this particular attestation if anyone disputes it.

The exported file needs to contain JSON with:

UI

6  Prototype - Meta-metadata

makew0rld commented 1 year ago

Does the download icon/button also do the same thing, or does it download different information?

katelynsills commented 1 year ago

Good question. I was hoping the download icon would be the way for someone to import the attestation into their own uwazi instance as data that they currently believe to be true. But that seems to be out of scope for the prototype and requires some thought

makew0rld commented 1 year ago

Ok, thanks. I will leave the download button as non-functional for now.

makew0rld commented 1 year ago

As part of #33, I have implemented basic functionality for the download button in PR #31, specifically commit 32f6163

makew0rld commented 1 year ago

As per conversation with Ben, the icon has been changed to a clone/copy icon to better reflect its behaviour.