Will Sololearn benefit from a feature where a mod can simply shift a discussion from the Q&A area to the OP's personal feed? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Will Sololearn benefit from a feature where a mod can simply shift a discussion from the Q&A area to the OP's personal feed?

This way, a discussion with significant answers or community opinion is not completely destroyed when a Q&A-irrelevant post is mfd and moved to feed.

19th Dec 2019, 8:33 PM
Sonic
Sonic - avatar
9 Answers
+ 12
Sonic Personally, I would like to see this be a feature for people to do on their own. It could also be a feature where mods can move the Q&A Post on behalf of the user. This shouldn't be a challenge even if the posts are stored in different tables or even different databases. My approach would be: 1. Create a new API endpoint for converting a QAPost to ActivityPost by id. 2. On the server side, query the QAPost by id and all answers. 3. Create the ActivityPost using existing API and new Comments while applying all meta data to preserve timestamps and author ids. 4. Update the existing QAPost with a new column to store the ActivityPost id for future reference. Set another column on the QAPost to not display the post in any feeds. The only thing left now would be for the author to style the Activity post after the fact. 😉
21st Dec 2019, 9:18 PM
David Carroll
David Carroll - avatar
+ 7
While the OP can currently replicate the question in his/her personal feed, copying others' answers along with their user IDs is either not possible or too much of a hassle.
19th Dec 2019, 8:36 PM
Sonic
Sonic - avatar
+ 6
David Carroll that would be perfect!
22nd Dec 2019, 12:23 AM
Sonic
Sonic - avatar
+ 5
So Mirielle🐶 [Inactive], I don't completely understand how that could introduce too many vulnerabilities as high level mods already have similar powers to edit and delete user posts and I suggest giving this feature only to gold mods and above.
20th Dec 2019, 2:43 AM
Sonic
Sonic - avatar
+ 5
Sonic I have no insight on development timelines.
6th Feb 2020, 1:20 AM
David Carroll
David Carroll - avatar
+ 2
Mirielle🐶 [Inactive] I meant for only the moderators to have access to the feature. Would it not simply be a copy paste type of operation with some minor transformation? By vulnerability, do you mean security risks?
20th Dec 2019, 1:07 AM
Sonic
Sonic - avatar
+ 2
Not soon I guess.
6th Feb 2020, 12:11 AM
Sonic
Sonic - avatar
+ 2
David Carroll no problem.
6th Feb 2020, 2:56 AM
Sonic
Sonic - avatar
+ 1
When will it be implemented though?
23rd Jan 2020, 8:48 PM
Sonic
Sonic - avatar