-
Notifications
You must be signed in to change notification settings - Fork 4
Update data model #306
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
Update data model #306
Conversation
| | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | | ||
| | id | `string` | {% include descr_id class="Relationship" prefix="REL" %} | | | ||
| | template | [`RelationshipTemplate`](#relationshiptemplate) | The RelationshipTemplate that was used to establish this Relationship. | | | ||
| | templateId | `string` | The ID of the RelationshipTemplate that was used to establish this Relationship. | | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still places to which this change must be applied, such as for the Query Relationships use case or the Establish Relationships scenario where this use case is called.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you do that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!
* feat: make title of a file optional * refactor: template -> templateId
Readiness checklist
Description
Changes from nmshd/runtime#399 and nmshd/runtime#301