-
Notifications
You must be signed in to change notification settings - Fork 50
add i18n for support #775
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
Merged
Merged
add i18n for support #775
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
27f935d
add i18n for support
haonandawang 7ffd290
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang 44956b2
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang 5386cb8
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang e9efa7e
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang c836948
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang 21501b3
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang a087d5b
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang ce22742
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
haonandawang fad3359
update feture‘s name
haonandawang ff25a0a
Apply suggestions from code review
66402fe
Update i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
i18n/en/docusaurus-plugin-content-docs/current/sdk/tap-support/features.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# TapSupport Introduction | ||
|
||
TapSupport assists the game operations team in solving the problems encountered by players faster and better. | ||
|
||
## Key Benefits | ||
|
||
### Rich Tools to Improve Customer Support Efficiency | ||
|
||
TapSupport consists of two core systems: Ticket and Knowledge Base, providing a set of freely combinable functional modules, including announcements, FAQs, forms, etc., to solve players' problems and requests. | ||
|
||
- The ticket module comes with the category-based auto-assignment function. You can also customize triggers to achieve a more complex assignment mechanism that can quickly assign tickets to the most appropriate staff members. | ||
|
||
- Tickets support custom fields that can be filled in by the player or the developer via a form, providing detailed context for the staff. | ||
|
||
- Multiple notification methods are supported to ensure you don't miss any player responses. | ||
|
||
|
||
### Multi-dimensional Analytics to Support Operations | ||
|
||
TapSupport is designed to help solve player problems, but it is also designed to help the operation team identify issues, refine valuable content, and improve the game itself. | ||
|
||
- The ticket module has flexible search and filtering capabilities and support aggregation and analysis by category, field, and status. It also supports data export for further analysis with third-party tools. | ||
|
||
- Users can leave feedback on knowledge base articles so that you can see behind the scenes what content is effective and what is not solving the player's problem. | ||
|
||
|
||
### Simple and Powerful Management Features | ||
|
||
TapSupport provides an intuitive role-based permission control system that supports custom roles in addition to pre-built roles for more flexible needs. | ||
|
||
The system provides managers with detailed data to evaluate the quantity and quality of customer support work, including but not limited to the number of tickets handled, the timeliness of responses to players, and player satisfaction. | ||
|
||
### User Experience Designed for Players | ||
|
||
As a customer support tool focused on gaming scenarios, TapSupport provides an in-game customer support experience. Players don't have to switch apps to use the TapSupport feature, and they can receive in-game prompts immediately after customer support replies. | ||
|
||
In addition, the SDK optimizes visuals and interactions for landscape scenarios and provides developers with a control API to reduce the impact of the SDK on the performance of the game's core processes. | ||
|
||
### Out-of-the-box Development Experience | ||
|
||
The TapSupport client SDK covers popular game development platforms and provides features such as user interface, login, data reporting, and badge maintenance. The highly integrated features provide an out-of-the-box development experience. | ||
|
||
TapSupport supports multiple login methods, including the TDS built-in account feature if the game already uses it, or the game's own account system. | ||
|
||
|
||
|
||
:::info Still under development | ||
TapSupport is currently in public beta, and some features that are still in development may not be available to all users. | ||
::: |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同一篇文章里的各个标题大小写风格最好保持统一。这篇文章里可以全都用 sentence case。