bounswe / 2021SpringGroup9

This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3 stars 1 forks source link

Implement Reporting Functionality For Android #580

Closed niyaziulke closed 2 years ago

niyaziulke commented 2 years ago

Task:

The user should be able to report inappropriate posts and users to the admin. Make the connection with the API.

Type of task (new feature, writing tests, refactoring):

New feature

Standards and rules to follow:

Use an icon to represent reporting functionality. A user can be reported at her profile page and a post can be reported at the single post page.

Expected result:

The user can report inappropriate posts or users.

Additional notes:

Deadline: xx.xx.xxxx

niyaziulke commented 2 years ago

The task was implemented in android-report branch and was merged with #534 .