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

[Chen ERD] Allow empty entity or relationship on one-line (i.e. Without { and }) #1741

Open
The-Lum opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@The-Lum
Copy link
Collaborator

The-Lum commented Apr 15, 2024

Context

To follow:

Wanted feature [for V1.2024.5+]

  • Could you allow empty entity or relationship (or without any attribute) on one-line?
    (Without { and })

Example

@startchen

entity Person 
entity Location 
relationship Birthplace 

Person -N- Birthplace
Birthplace -1- Location

@endchen

As on Deployment diagram:

@startuml

entity Person
entity Location

card "on deployment diag."

@enduml

Or on Class;

@startuml

entity Person
entity Location

Class "on deployment diag."
hide empty members
@enduml

Regards,
Th.

[FYI @Benjamin-Davies]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant