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: encourage users to set chat thread titles #26617

Merged
merged 31 commits into from
Apr 29, 2024
Merged

Conversation

dbattersby
Copy link
Contributor

We want to encourage users to title their threads to make it easier for other users to join in on conversations that matter to them.

We want to account for the following:

  • these changes apply only on mobile
  • thread has at least 5 sent replies before showing prompt
  • prompt should be timed to appear for 5 seconds
  • progress bar showing how long it will remain visible
  • can tap the Set title button to open a modal where they can add a thread title
  • can tap the Don’t show again link to immediately dismiss this prompt
  • can tap the X button to immediately close this prompt
  • modal will include a promotion for Discourse AI
  • don’t show prompt again on any other eligible thread (after clicking Don't show again)
  • eligible users should only see this prompt once per thread (OP + admin)
  • can tap the Thread header label to open the edit thread title modal (OP + admin)

@github-actions github-actions bot added chat PRs which include a change to Chat plugin i18n PRs which update English locale files or i18n related code labels Apr 12, 2024
@dbattersby dbattersby changed the title Chat thread title cta FEATURE: encourage users to set chat thread titles Apr 12, 2024
@jjaffeux
Copy link
Contributor

We probably need a controller spec too

@jjaffeux
Copy link
Contributor

I think we can try to merge this Monday

@jjaffeux jjaffeux marked this pull request as ready for review April 29, 2024 09:01
@dbattersby dbattersby merged commit 0c8f531 into main Apr 29, 2024
16 checks passed
@dbattersby dbattersby deleted the chat-thread-title-cta branch April 29, 2024 09:20
dbattersby added a commit that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chat PRs which include a change to Chat plugin i18n PRs which update English locale files or i18n related code
2 participants