TALA icon indicating copy to clipboard operation
TALA copied to clipboard

tala layout could be more symmetrical in comparison to elk for this scenario

Open ApolonTorq opened this issue 1 year ago • 0 comments
trafficstars

I encountered a scenario where I preferred the elk layout to the tala layout because the tala layout wasn't symmetrical. Given that a tala design is considered to have a preference for symmetry, I thought it was worth submitting as an issue. See below.

elk

image

tala

image

d2

Records: Records of Activities {
    Training -> _.Person Role: is a
    Trainee -> _.Person Role: is a
    Remediator -> _.Person Role: is a
    Quality Reviewer -> _.Person Role: is a
}

Person -> Records.Training: can perform
Person -> Records.Trainee: can be a
Person -> Records.Remediator: can be a
Person -> Records.Quality Reviewer: can review

Person -> Person Role: performs many\nroles

ApolonTorq avatar Mar 11 '24 07:03 ApolonTorq