Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mermaid template #175

Merged
merged 2 commits into from
Oct 10, 2023

Commits on Oct 10, 2023

  1. Update mermaid template with a few fixes

    The mermaid template in the schema command wasn't showing relationship
    actions for resources and showed one-to-many relationships between
    resources. Technically, we don't keep track of constraints on number
    of relationships, so to reflect that in the ER diagram this commit
    updates the edges between nodes to reflect that. It also adds related
    actions to union types.
    
    Signed-off-by: John Schaeffer <[email protected]>
    jnschaeffer committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8fd30cb View commit details
    Browse the repository at this point in the history
  2. Rename "perm" to "action" in mermaid template

    This commit renames "perm" to "action" in the mermaid template to make
    the intent of the attribute a little clearer to consumers.
    
    Signed-off-by: John Schaeffer <[email protected]>
    jnschaeffer committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b5ba71b View commit details
    Browse the repository at this point in the history