# The issue RECORD VIEW — one issue as a page (open any row's ID cell, or a
# #/r/ address). The relation sections read the declared vocabulary: Blocks
# is the record's own cell, Blocked by is the SAME stored edges read from the
# other end (derived, never stored twice), Related is symmetric.
view:
  kind: record
  label: Issue
  block: issues
  title: Title
  subtitle: Status
  properties: [Status, Priority, Assignee, Labels, Project, Estimate, Due]
  sections:
    - relation: blocks
    - relation: blocked-by
      label: Blocked by
    - relation: relates-to
