Skip to content
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

2811 create message thread data model #2955

Merged
merged 9 commits into from
Dec 12, 2023

Conversation

bosiraphael
Copy link
Contributor

Closes #2811 and #2810

@bosiraphael bosiraphael linked an issue Dec 12, 2023 that may be closed by this pull request
@bosiraphael bosiraphael linked an issue Dec 12, 2023 that may be closed by this pull request
Copy link
Member

@Weiko Weiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM left a few comments @bosiraphael

icon: 'IconMessage',
})
@IsNullable()
externalIds: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we name it externalId for now until we implement arrays? You will probably need to update your code later anyway since the type will change?

icon: 'IconHash',
})
@IsNullable()
headerMailId: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
headerMailId: string;
headerMessageId: string;

icon: 'IconHash',
})
@IsNullable()
externalIds: string;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Copy link
Member

@Weiko Weiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Weiko Weiko merged commit a21fc49 into main Dec 12, 2023
6 of 11 checks passed
@Weiko Weiko deleted the 2811-create-message-thread-data-model branch December 12, 2023 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create message-thread data model Create message data model
2 participants