Add scope diagrams section with C4 Level 1 and Level 2 diagrams#159
Open
jeremycaine wants to merge 1 commit into
Open
Add scope diagrams section with C4 Level 1 and Level 2 diagrams#159jeremycaine wants to merge 1 commit into
jeremycaine wants to merge 1 commit into
Conversation
laurensdeb
reviewed
Jun 1, 2026
| System(client, "Client application", "Requests and manages resources") | ||
| System(lws, "LWS server", "Manages resource hierarchy and access") | ||
| System_Ext(idp, "Identity provider", "Issues signed credentials") | ||
| System_Ext(ext, "External resources", "Web resources under management") |
Contributor
There was a problem hiding this comment.
What do you mean by "external resources"? Are these the same as the "LWS resources" we defined in the terminology? If so, it might be best to re-use that term.
Member
There was a problem hiding this comment.
Suggested change
| System_Ext(ext, "External resources", "Web resources under management") | |
| System_Ext(ext, "LWS resources", "Web resources under management") |
TallTed
reviewed
Jun 4, 2026
| Rel(rm, era, "resolves resource") | ||
| Rel(era, ext, "accesses") | ||
| ``` | ||
| Issue: The internal organisation of container, containment and linkset management within the LWS server is not yet defined in the protocol. This diagram reflects current terminology and is subject to revision. |
Member
There was a problem hiding this comment.
Suggested change
| Issue: The internal organisation of container, containment and linkset management within the LWS server is not yet defined in the protocol. This diagram reflects current terminology and is subject to revision. | |
| Issue: The internal organisation of container, containment, and linkset management within the LWS server is not yet defined in the protocol. This diagram reflects current terminology and is subject to revision. |
TallTed
reviewed
Jun 4, 2026
| @@ -171,8 +171,36 @@ <h2>Security and Privacy</h2> | |||
| A <dfn>LWS Client</dfn> is an HTTP client [[!rfc9112]] that complies with all of the relevant "MUST" statements in this specification. Specifically, the relevant normative "MUST" statements in <a href="#operations"></a> of this document MUST be respected. | |||
Member
There was a problem hiding this comment.
Suggested change
| A <dfn>LWS Client</dfn> is an HTTP client [[!rfc9112]] that complies with all of the relevant "MUST" statements in this specification. Specifically, the relevant normative "MUST" statements in <a href="#operations"></a> of this document MUST be respected. | |
| An <dfn>LWS Client</dfn> is an HTTP client [[!rfc9112]] that complies with all of the relevant "MUST" statements in this specification. Specifically, the relevant normative "MUST" statements in <a href="#operations"></a> of this document MUST be respected. |
Member
|
@jeremycaine In various projects I've been using https://likec4.dev/ There's even some work on embedding it in specs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Editorial - Clarify systems diagram (at least scope/system context; platform independent model)
Preview | Diff