Skip to content

Comment Thread

IRI: https://w3id.org/altium/cdm/collaboration/CommentThread

Bounded context: collaboration

Comment Thread represents a structured discussion linked to a specific design object, document, or workspace item, capturing feedback, decisions, and context directly within the collaborative design environment.

Platform API

DesCommentThread

GRID (1)

grid:workspace:{workspace-id}:collaboration:comment-thread/{id}

  1. 🙋‍♂️ Altium Global Resource ID (aka GRID)

Diagram

---
  config:
    layout: elk
    theme: neutral
    class:
      hideEmptyMembersBox: true
---
 classDiagram
    direction LR


  class col_CommentThread["Comment Thread"]



      style col_CommentThread fill:#6fa8dc    


    click col_CommentThread href "../../classes/col_CommentThread/"












      col_CommentThread --> "1..*" col_Comment : comments
      click col_Comment href "../../classes/col_Comment/"


  class col_Comment["Comment"]



      style col_Comment fill:#6fa8dc    






          col_CommentThread : id





Comments

Each Comment Thread has its own identity and lifecycle, grouping related comments and replies into a coherent conversation. It serves as a persistent communication artifact that promotes design review transparency, traceability, and cross-team collaboration within Altium 365 and connected design tools.

Inheritance

Fields

Name Cardinality Type Description Inheritance
id 1 GRID Globally unique identifier across the whole platform. Entity
comments 1..* Comment TBD direct

Identifier and Mapping Information

Annotations

property value
grid grid:workspace:{workspace-id}:collaboration:comment-thread/{id}
platformAPI DesCommentThread

Comments

Comments are still experimental - you need access to AltiumDeveloper/cdm-comments repository to see and leave comments. Please ping @dmitry.kolomiets for details.