openwallet-foundation-labs / vc-api

An implementation of the VC API specification: https://w3c-ccg.github.io/vc-api/
Apache License 2.0
7 stars 9 forks source link

docs(C4-arch): adjust for credo #32

Open jrhender opened 2 months ago

jrhender commented 2 months ago

Related to #20 , this PR adjusts the component architecture diagram to reflect the expected changes to the Nest.js modules and related storage from the replacement of DIDKit with Credo.

The current plan is to keep the existing modules, but their relationships will change. They will no longer be directly dependent but will instead coordinate through the Credo library dependency (and then Aries Askar at a storage layer).

Link to diagram: https://github.com/openwallet-foundation-labs/vc-api/tree/20-jrhender-credo-component-arch/apps/vc-api#architecture Diagram screenshot:

image