decentralized-identity / presentation-exchange

Specification that codifies an inter-related pair of data formats for defining proof presentations (Presentation Definition) and subsequent proof submissions (Presentation Submission)
https://identity.foundation/presentation-exchange
Apache License 2.0
82 stars 37 forks source link

add data/flow relationship diagram to PE to visualize object flow #385

Closed andorsk closed 3 months ago

andorsk commented 1 year ago

Proposal here to add a diagram in the PE that shows the standard object relationship and flow. i.e PD, VP, PE, PS, etc between a holder and a verifier. I'm willing to take that up.

andorsk commented 1 year ago

@brentzundel or @csuwildcat can someone add me to the assignee here if there is alignment to do this? Also, anyway I can get the ability to assign myself to this? We ran into an issue last PE meeting where almost nobody had assignment rights.

csuwildcat commented 1 year ago

I'll get you setup with some permissions soon @andorsk

brentzundel commented 1 year ago

I think the best course of action would be to make sure @andorsk is added to The C & C WG Team @wyc or @rado0x54 can you add him?

andorsk commented 1 year ago

thanks @brentzundel!

kimdhamilton commented 6 months ago

@rado0x54 @andorsk @csuwildcat I propose removing the 2.1 milestone label on this

kimdhamilton commented 4 months ago

I think we should do the following:

  1. Since there are only 2 normative objects (PD and PS), we have a swimlane diagram that shows these flowing between verifier and holder. We'll put this near the beginning of the spec, likely around the intro. swimlanes-b31e618b2a3e93fb952bda623640051f

  2. Add one more diagram in the "embed targets" section showing how VP relates to PS and VCs for 2 of the embed targets (Verifiable Presentation and JWTs). It can be as simple as the following:

    Screenshot 2024-03-02 at 6 58 25 PM

@andorsk @rado0x54 @csuwildcat let me know what you think and I can work it into a PR.

kimdhamilton commented 3 months ago

Fixed with #470