Skip to content

Commit 1019ee9

Browse files
committed
docs: update adrs numbering
1 parent 107aac8 commit 1019ee9

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

docs/decisions/0006-plugin-extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Django App Plugin extensions
44
Status
55
------
66

7-
Proposed
7+
Accepted
88

99

1010
Context

docs/decisions/0007-verifiable-credentials-issuing.rst renamed to docs/decisions/0008-verifiable-credentials-issuing.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ Issue verifiable credentials to learners
44
Status
55
------
66

7-
Proposed
7+
Accepted
88

99

1010
Context
1111
-------
1212

13-
Currently, the Credentials Service is used as backend to support courses and programs certificates.
13+
As of July 2023, the Credentials Service is used as backend to support programs certificates.
1414
Administrators can configure certificates, and learners can view and share earned certificates with anyone
1515
to prove their achievements on the Open edX platform.
1616
However, the sharing options for earned credentials is very limited, also it's hard to verify printed credentials or
@@ -60,23 +60,22 @@ These backends can be used to:
6060
* build JSON-LD documents based on several VC based standards, e.g., `Verifiable Credentials Data Model v1.1`_,
6161
`Open Badges v3.0`_, `EBSI Verifiable Credentials`_;
6262

63-
* implement integrations with different verifiable credentials singing services, such as `SpruceID's didkit-python`_, `DCC's sign-and-verify`_, and other open-source and proprietary solutions.
63+
* implement integrations with different verifiable credentials signing services, such as `SpruceID's didkit-python`_, `DCC's sign-and-verify`_, and other open-source and proprietary solutions.
6464

65-
* issue credentials directly to different mobile and web digital credentials wallets, such as `DCC's Learner Credentials Wallet (LCW)`_,
66-
and `MATTR wallet`_
65+
* issue credentials directly to different mobile and web digital credentials wallets, such as `DCC's Learner Credentials Wallet (LCW)`_.
6766

68-
In addition to the new application, it was decided to implement three initial backends to:
67+
In addition to the new application, it was decided to implement three initial issuing and composition backends to:
6968

70-
* transform user credentials stored in the Credentials Service to `JSON-LD`_ according to `Open Badges v3.0`_ specification;
69+
* transform user credentials as programs certificates, that are stored in the Credentials Service to `JSON-LD`_ according to `Open Badges v3.0`_ specification;
7170

7271
* issue verifiable credentials directly to `DCC's Learner Credentials Wallet (LCW)`_;
7372

74-
* sing verifiable credentials with the library `didkit-python`_, the python bindings for the open-source Rust-based `DIDKit`_ library maintained by SpruceID.
73+
* sign verifiable credentials with the library `didkit-python`_, the python bindings for the open-source Rust-based `DIDKit`_ library maintained by SpruceID.
7574

7675
We want to focus on the implementation of issuing the program certificates in the form of verifiable credentials,
7776
and eventually support other credentials types that are available in the Credentials Service as well.
7877

79-
The issuer configuration should be set on the site or organization level. Administrator should have an option to enable verifiable credentials generation for some user credentials instances, and disable it for others.
78+
The issuer configuration would be set on the site or organization level. Administrator would have an option to enable verifiable credentials generation for some user credentials instances, and disable it for others.
8079

8180
Learners will see the list of all earned credentials that can be issued in a form of the verifiable credentials upon learners' request.
8281

docs/decisions/0008-issue-verifiable-credentails-in-learner-records-mfe.rst renamed to docs/decisions/0009-issue-verifiable-credentails-in-learner-records-mfe.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Issue verifiable credentials to learners in the Learner Record MFE
44
Status
55
------
66

7-
Proposed
7+
Accepted
88

99

1010
Context

0 commit comments

Comments
 (0)