Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor "Other Deliverables" section #86

Merged
merged 4 commits into from
Mar 2, 2022

Conversation

msporny
Copy link
Member

@msporny msporny commented Mar 1, 2022

This PR refactors the "Other Deliverables" section by:

  1. Condensing test suite bullets into an umbrella "test suites for all normative deliverables" item.
  2. Fixing the hyperlink to the GNAP spec.
  3. Re-ordering the list to put the simple items up top and the more complex ones below.

Preview | Diff

<li>VC JSON Web Tokens</li>
</ul>
</li>
<li>Extensions for binding multilingual resources for localized user interfaces.</li>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was moved up to line 319.

Comment on lines -333 to -337
<li>Test suites for verifiable credential proof types:
<ul>
<li>VC Data Integrity - Ed25519</li>
<li>VC Data Integrity - BBS+</li>
<li>VC JSON Web Tokens</li>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These were condensed to line 315.

index.html Outdated
Comment on lines 322 to 324
<li>Verifiable Credential Exchange over [GNAP](https://datatracker.ietf.org/doc/html/draft-ietf-gnap-core-protocol)</li>
<li>Verifiable Credential Exchange over <a href="https://datatracker.ietf.org/doc/html/draft-ietf-gnap-core-protocol">GNAP</li>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixing markdown (this isn't a markdown document) -> HTML.

<li>Presentation Request Data Model</li>
<li>Storage and Sharing of Verifiable Credentials</li>
<li>Privacy Guidance for Verifiable Credentials</li>
<li>Extensions for binding multilingual resources for localized user interfaces.</li>
<li>A Developer Guide consisting of one or more notes related to general implementation guidance and best practices for working with VCs, including but not limited to:
<ul>
<li>One or more HTTP protocol definitions for Verifiable Credential Exchange (such as the <a href="https://w3c-ccg.github.io/vc-api/">VC-API</a>)</li>
<li>Guidance on Verifiable Credential Exchange over OpenID Connect</li>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adding suggestions since there was support to add URLs to OIDC specs when we added GNAP:

Suggested change
<li>Guidance on Verifiable Credential Exchange over OpenID Connect</li>
<li>Verifiable Credential Exchange over <a href="https://openid.net/specs/openid-connect-core-1_0.html">OpenID Connect</a>:</li>
<ul>
<li><a href="https://openid.net/specs/openid-connect-self-issued-v2-1_0.html">Self-Issued OpenID Provider v2</a></li>
<li><a href="https://openid.net/specs/openid-connect-4-verifiable-presentations-1_0.html">OpenID Connect for Verifiable Presentations</a></li>
<li><a href="https://openid.net/specs/openid-connect-4-verifiable-credential-issuance-1_0.html">OpenID Connect for Verifiable Credential Issuance</a></li>
</ul>

(Happy to do a separate PR, but I think this fits here)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Sakurann if you are fine raising a separate PR for these changes, we can merge this PR now.

index.html Outdated Show resolved Hide resolved
index.html Outdated Show resolved Hide resolved
Copy link
Member

@TallTed TallTed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple minor tweaks, above

brentzundel and others added 2 commits March 1, 2022 13:25
editorial fixes from TallTed

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
@brentzundel brentzundel merged commit 3a2e5a3 into msporny-refactor-inputs Mar 2, 2022
@brentzundel
Copy link
Member

brentzundel commented Mar 2, 2022

@Sakurann please raise a new PR for the changes you recommend in your comment here

Merging in accordance with our current working mode.
Please open issues and raise PRs if further changes are desired.

@msporny
Copy link
Member Author

msporny commented Mar 2, 2022

Merging in accordance with our current working mode.

Uh oh, the merge was done w/o changing the target branch, so this will never be applied to the main branch. Trying to fix now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants