Report User Content Entries
Das Problem bzgl Apple:
2 Safety: User Generated Content 2 Performance: Beta Testing Guideline 1.2 - Safety - User Generated Content Your app enables the display of user-generated content but does not have the proper precautions in place.
Next Steps
To resolve this issue, please revise your app to implement all of the following precautions:
Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users
A method for filtering objectionable content
A mechanism for users to flag objectionable content
A mechanism for users to block abusive users
The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content
Frontend Todos
-
Change State of Questions (add field isReported/reported) -
Change State of Answers (add field isReported/reported) -
Change State of CafeteriaItemComment (add field isReported/reported) -
Change State of TLEntry (add field isReported/reported)
-
Add PopUpMenu in Question -
Add PopUpMenu in Answers -
Add PopUpMenu in CafeteriaItemComment -
Add Slideable in Timeline again
-
Add "Block user" function in Question -
Add "Block user" function in Answers -
Add "Block user" function in CafeteriaItemComment
-
Add "Report post" function in Question -
Add "Report post" function in Answers -
Add "Report post" function in CafeteriaItemComment -
Add "Report post" function in TLEntry
-
Test "Report post" function in Question -
Test "Block user" function in Question -
Test "Report post" function in Answers -
Test "Block user" function in Answers -
Test "Report post" function in CafeteriaItemComment -
Test "Block user" function in CafeteriaItemComment -
Test "Report post" function in TLEntry -
Test "Block user" function in TLEntry
Conceptional
-
Question and Answers [questions, answers]
Backend-Routes:
- [POST] /questions/{id}/report
- [POST] /questions/answers/{id}/report
- [POST] /cafeteria/comments/{id}/report
- [POST] /timeline/{id}/report
/// ENG
"report": {
"button_label": "Report",
"block_user": {
"headline": "Block user",
"body": "I want to block this user."
},
"post": {
"headline": "Report post",
"body": "I would like to report this post to the tinyCampus team."
}
},
/// DE
"report": {
"button_label": "Melden",
"block_user": {
"headline": "User blockieren",
"body": "Ich möchte diesen User blockieren."
},
"post": {
"headline": "Beitrag melden",
"body": "Ich möchte diesen Beitrag dem tinyCampus-Team melden."
}
},
Dialog-Texte:
Headline Report: ('common.actions.report.post.headline')
de:
Beitrag melden
en:
Report post
Body Report: ('common.actions.report.post.body')
de:
Ich möchte diesen Beitrag dem tinyCampus-Team melden.
en:
I would like to report this post to the tinyCampus team.
Dialog-Texte:
Headline Block: ('common.actions.report.block_user.headline')
de:
User blockieren
en:
Block user
Body Block: ('common.actions.report.block_user.body')
de:
Ich möchte diesen User blockieren.
en:
I want to block this user.


If user is blocked, don't even display any data from user (more backend related)

-
Mensa [comments]

-
Timeline
