-
Notifications
You must be signed in to change notification settings - Fork 2
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: Customer Support (CS) User Reporting #165
Labels
enhancement
New feature or request
Comments
ResourcesCourtesy of @Ahskance and @BloodyTakao, here are permalinks to CS report forms :
|
SakuraIsayeki
added a commit
that referenced
this issue
Sep 1, 2024
This commit adds a new property called "CustomerSupportTicketId" to the Post model. This property is used to store the Customer Support ticket ID associated with a post. It can take a positive integer value up to 9 digits or be set as null if no ticket is associated. The purpose of this property is to allow WG staff to track and manage player reports. Implements database requirements for #165.
SakuraIsayeki
added a commit
that referenced
this issue
Sep 1, 2024
- Added a new property `supportTicketStatus` to the `PlayerPostEditorDto` interface and implemented it in the `PostEditorComponent` - Created a new component `CsTicketIdHelpComponent` to display information about Customer Support tickets - Added a new HTML template file for the `CsTicketIdHelpComponent` - Updated the HTML template of the `PostEditorComponent` to include a CS ticket ID field when certain conditions are met - Updated the CSS styles of the `SeedTokenChangeComponent` (removed) - Updated the TypeScript code of the `SeedTokenChangeComponent` (removed) - Updated the HTML template of the `PostComponent` to display CS ticket related icons and tooltips Implements frontend requirements for #165.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
When submitting a negative post on the platform, most players omit submitting an issue with Wargaming's Customer Support (CS for short ; aka Player Support). This triggers a bystander effect in most players, when observing multiple posts on a same given player.
Problem
As a player, I would like to know if the player I'm currently posting on has already been reported to WG CS by a peer, so that I can do so myself if not done already, effectively providing action to my report.
Solution (proposal by @Ahskance)
When submitting a post with negative flairs (excluding Performance), a CS Ticket number field will appear, allowing the reporting user to add a reference to his CS ticket. In doing so, other players will be notified upon future posts on the same player that a ticket was already submitted or not.
Requirements
The text was updated successfully, but these errors were encountered: