+ 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.
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. đ
+ 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.
+ 6
David Carroll that would be perfect!
+ 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.
+ 5
Sonic I have no insight on development timelines.
+ 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?
+ 2
Not soon I guess.
+ 2
David Carroll no problem.
+ 1
When will it be implemented though?