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

fix: Improve performance list method #153

Merged
merged 6 commits into from
Jan 18, 2024
Merged

Conversation

kele-leanes
Copy link
Contributor

Description:
Addressing the concerns raised in issue #130, this pull request enhances the pagination functionality for the list method. The key improvement involves introducing a new optional parameter, createdAt, which can be set when a conversation is created. This parameter is subsequently utilized in the importToTopic method to establish a reference point, enabling the retrieval of the most recent conversations from that specific date. Incorporating this enhancement significantly contributes to optimizing the request time for improved overall performance.

0 conversations imported 500 conversations imported
Screenshot 2024-01-16 at 18 07 58 Screenshot 2024-01-16 at 18 05 37

@kele-leanes kele-leanes self-assigned this Jan 16, 2024
@kele-leanes kele-leanes requested a review from a team as a code owner January 16, 2024 21:08
Copy link
Contributor

@nplasterer nplasterer left a comment

Choose a reason for hiding this comment

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

Same comments as iOS

@nplasterer nplasterer merged commit 1a1e055 into main Jan 18, 2024
6 checks passed
@nplasterer nplasterer deleted the kele/improve-list-method branch January 18, 2024 16:59
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.

2 participants