-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
New Feature: Detection of similar questions on new question created event #991
Comments
I think it's wiser to search better knowledge repositories like stackoverflow. We have discussed similar ideas before in #627. |
Hello @marko-radosavljevic ! After thinking about that, i came to a conclusion that doing such will NOT be helpful (enough). The member will have to quit server and go searching on Stackoverflow (maybe somewhere else too). This might be confusing and poor as user experience. Also, it could lead to make members migrate to that platform. |
The way we would probably implement that is with just answering in chat, with an embed with top SO answer for that question. So it would be decent UI/UX experience in discord, like we have for other similar commands. Madybe there would also be a link, so user can go there and read more, and question helper used would be displayed as well, with the goal of helping user in the future with finding answers on their own. You get the ansewr right away, comfortably, but you also get the search prompt, so you can do the same in future, learning how to utilize search engines and SO platoform, which are essential skills for every dev. |
I think i don't get what you mean here, can you elaborate please ? |
Problem :
Members often post questions that may have been asked before, leading to redundant discussions and sometimes, a waste of time for helpers.
Solution :
Automatically suggests similar questions when a user creates a new Help-Thread. By analyzing the title and content of the new question and comparing it to existing threads (including opened ones). In other words, I see to provide questionner(s) with links to relevant discussions that may address their expectations:
Currently, when a new Help-Thread is up, there is an automatic msg sent by TJBot:
At that time, the bot can perform the search and tells that there some similar _Help-Thread_s that may help and provide links to them like this:
The text was updated successfully, but these errors were encountered: