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

[FEATURE] View older conversations #37

Closed
3 of 4 tasks
danry25 opened this issue Feb 12, 2024 · 5 comments
Closed
3 of 4 tasks

[FEATURE] View older conversations #37

danry25 opened this issue Feb 12, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request in progress

Comments

@danry25
Copy link
Contributor

danry25 commented Feb 12, 2024

When a Web Texting instance has many existing conversations, it is hard to view older conversations unless you know the phone number your looking to view and you send them a new message.

Goals:

  • Enable users to scroll further down the list of conversations (say, lazy load conversation threads into the conversations list)
  • Move the start conversation button up in the Conversations list so its always visible
  • Let users search existing conversations by phone number or contact name (low priority)
  • [FEATURE] Let users Search all existing text messages #67
@danry25 danry25 added the enhancement New feature or request label Feb 12, 2024
@dunkeltron
Copy link
Contributor

Yeah dev oversight on this one.
First, I've already moved the start conversation out of the threadpreview container to make it accessible since it's the current workaround.
Second, I've removed a 25 result limit on the query we use to build the threadpreview components. (this does mean users with a ton of conversations will have a massive page load time but that's why I'm working on the "search for conversation" view)
After we've got the new search view finished I want to implement a backfill conversations functionality similar to how we backfill messages in the thread view

@dunkeltron dunkeltron self-assigned this Feb 13, 2024
@uncheckederror
Copy link
Contributor

The filter threads by contact name or number feature is live.

@dunkeltron
Copy link
Contributor

I've got the search database and initial limit implemented. Still working on the lazy loading aspect.
For the message search do you want to have search all threads and search specific threads (one would be in the ThreadSearch component the other would be in the conversation component )

@uncheckederror uncheckederror changed the title View older conversations [FEATURE] View older conversations Sep 4, 2024
@dunkeltron
Copy link
Contributor

converted 4th task to separate issue #67 because it is not related to viewing older conversations at the moment.

@uncheckederror
Copy link
Contributor

Closing this as completed now that most of the work is live and the remaining work has been bumped out into a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress
Projects
None yet
Development

No branches or pull requests

3 participants