Skip to content

Commit a0f4863

Browse files
TallTedwycmspornydavidlehnbrentzundel
authored
working on #777 (#785)
* Add PR review process for 2021 (#774) * Add PR review process for 2021. * Avoid GitHub id auto-linking. Co-authored-by: David I. Lehn <[email protected]> * Update README.md Co-authored-by: Manu Sporny <[email protected]> Co-authored-by: Manu Sporny <[email protected]> Co-authored-by: David I. Lehn <[email protected]> Co-authored-by: Brent Zundel <[email protected]> * Update index.html tries to partially (diagram changes are also needed) fix #777, by uncoloring and adjusting the text * Apply suggestions from code review Cleaned up markdown tags, and added word missed previously Co-authored-by: wyc <[email protected]> Co-authored-by: Manu Sporny <[email protected]> Co-authored-by: David I. Lehn <[email protected]> Co-authored-by: Brent Zundel <[email protected]>
1 parent b1ea54d commit a0f4863

File tree

2 files changed

+28
-27
lines changed

2 files changed

+28
-27
lines changed

README.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,25 @@ mailing list as well.
3232

3333
## Process Overview for VC Data Model Pull Requests
3434
1. For now, we will focus only on merging new errata PRs into this repository,
35-
but encourage activity related to new features.
35+
but encourage activity related to new features.
3636
2. Once a PR is opened, chairs and editors make judgement call on whether
37-
changes are substantive or editorial.
38-
<dl>
39-
<dt>Editorial</dt>
40-
<dd>Mark with "editorial" tag, merge into branch "v1.1"</dd>
41-
<dt>Substantive</dt>
42-
<dd>Mark with "substantial" tag. Bugfixes are merged into separate branch "v1.2". New Features stay around as an open PR.</dd>
43-
</dl>
37+
changes are substantive or editorial.
38+
<dl>
39+
<dt>Editorial</dt>
40+
<dd>Mark with "editorial" tag, merge into branch "v1.1"</dd>
41+
<dt>Substantive</dt>
42+
<dd>Mark with "substantial" tag. Bug fixes are merged into separate branch "v1.2". New Features stay around as an open PR.</dd>
43+
</dl>
4444
3. W3C CCG is notified of PRs that will be merged in the next 14 days if there
45-
are no objections.
46-
4. When it's determined a new reccomendation should go out, the W3C Verifiable
47-
Credentials Working Group members meet, review all the PRs that have been
48-
merged, and make a formal recommendation if agreement is reached.
45+
are no objections.
46+
4. When it's determined a new recommendation should go out, the W3C Verifiable
47+
Credentials Working Group members meet, review all the PRs that have been
48+
merged, and make a formal recommendation if agreement is reached.
4949

5050
### Roadmap for 2021
51-
- 1 editorial update (v1.1?)
52-
- 1 substantive update (v1.2?)
51+
- one editorial update (v1.1?)
52+
- one substantive update (v1.2?)
53+
5354
- VC Test Suite Refactoring
5455
- Start planning VC v2 Work, request a rechartering 3-6 months before end of
5556
year to keep VC WG functioning.

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -827,21 +827,21 @@ <h3>Presentations</h3>
827827
<a>verifiable presentation</a>, but abstracts the details about how
828828
<a>verifiable credentials</a> are organized into information <a>graphs</a>,
829829
which are then organized into <a>verifiable presentations</a>.
830+
</p>
831+
<p>
830832
<a href="#info-graph-vp"></a> below shows a more complete depiction of a
831833
<a>verifiable presentation</a>, which is normally composed of at least four
832-
information <a>graphs</a>. The first <a>graph</a> expresses the
833-
<a>verifiable presentation</a> itself, which contains
834-
<span class="color-text" style="color:#b4a7d6;">presentation metadata</span>.
835-
The <code>verifiableCredential</code> property in the <a>graph</a> refers to
836-
one or more <a>verifiable credentials</a> (each a self-contained <a>graph</a>),
837-
which in turn contains
838-
<span class="color-text" style="color:#d5a6bd;">credential metadata</span> and
839-
<span class="color-text" style="color:#ffe599;">claims</span>.
840-
The third <a>graph</a> expresses the
841-
<span class="color-text" style="color:#b6d7a8;">credential graph proof</span>,
842-
which is usually a digital signature. The fourth <a>graph</a> expresses the
843-
<span class="color-text" style="color:#a4c2f4;">presentation graph proof</span>,
844-
which is usually a digital signature.
834+
information <a>graphs</a>. The first of these information <a>graphs</a>, the
835+
Presentation <a>Graph</a>, expresses the <a>verifiable presentation</a>
836+
itself, which contains presentation metadata. The
837+
<code>verifiableCredential</code> property in the Presentation <a>Graph</a>
838+
refers to one or more <a>verifiable credentials</a>, each being one of the
839+
second information <a>graphs</a>, i.e., a self-contained Credential
840+
<a>Graph</a>), which in turn contains credential metadata and claims. The
841+
third information <a>graph</a>, the Credential Proof <a>Graph</a>, expresses
842+
the credential graph proof, which is usually a digital signature. The fourth
843+
information <a>graph</a>, the Presentation Proof <a>Graph</a>, expresses the
844+
presentation graph proof, which is usually a digital signature.
845845
</p>
846846

847847
<figure id="info-graph-vp">

0 commit comments

Comments
 (0)