WE BUILD maintains a lightweight architecture decision record (ADR) for each software-related decision affecting interoperability.
Propose new ADRs using the template. Announce them to the Architecture group in the Portal to get feedback to understand the consortium’s opinion.
- Publish consortium trusted lists
- Baseline protocols
- Specify PID and eAA formats
- Provide EBWOID as a stable minimal basis
- Wallet Unit Attestation and Lifecycle Management (For European Business Wallet)
- Deliver business wallet data using QERDS
- Attestation Revocation Mechanism
stateDiagram-v2
state "Pull request (PR) with new ADR" as pr
state "PR ready to merge" as ready
state "Consortium decision" as merged
state "Proposal rejected" as rejected
[*] --> pr: Any consortium participant proposes
pr --> ready: Consortium participants review and share advice, authors improve the ADR including summarised advice
ready --> merged: WP4 Architecture group merges the PR
merged --> [*]
ready --> rejected: WP4 Architecture group closes the PR
rejected --> [*]