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

Distinctively represent an optional record field in the type view of the architecture diagram #572

Open
nipunayf opened this issue Jul 23, 2024 · 0 comments

Comments

@nipunayf
Copy link

Description:
$title.

Describe your problem(s)

Consider the following type which has an optional symbol.

type CodeData record {
    string org;
    string module;
    string node;
    string symbol?;
};

When represented in the diagram, the optionality of a field is not visualized to the user. It would be better if we could have a UI element to indicate this in the diagram.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant