byceps/byceps

View on GitHub
docs/blueprints/seating/structure.d2

Summary

Maintainability
Test Coverage
# layout: dagre

direction: left

Party: {shape: oval}

Seating: {
  Area: {shape: oval}
  Category: {shape: oval}
  Seat: {shape: oval}

  Seat -> Area
  Seat -> Category
}

Seating.Area -> Party
Seating.Category -> Party