-
Notifications
You must be signed in to change notification settings - Fork 621
[Dashboard] Adding telegram field to support ticket creation #6754
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
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6754 +/- ##
=======================================
Coverage 55.10% 55.10%
=======================================
Files 896 896
Lines 56700 56700
Branches 3914 3914
=======================================
Hits 31247 31247
Misses 25357 25357
Partials 96 96
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Adding a spot in the support ticket creation for telegram handles. Business team often attempts to associate a TG customer with an active ticket.
Result in Unthread

PR-Codex overview
This PR adds a new
SupportForm_TelegramInputcomponent to the ticket creation process, allowing users to input their Telegram handle. It updates the ticket creation action to include this new field and modifies the email body to display the Telegram handle.Detailed summary
SupportForm_TelegramInputcomponent for Telegram handle input.CreateTicketcomponent to includeSupportForm_TelegramInput.createTicketActionto handletelegramHandle.