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

Add Progress Dialogs to Android App for Report Functionality #564

Closed niyaziulke closed 2 years ago

niyaziulke commented 2 years ago

Task:

Add some progress dialogs that informs the user that she should wait a little bit for the report operation.

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

New feature

Standards and rules to follow:

Expected result:

Progress dialogs are shown when the user reports a post or another user. When the report operation is completed, the dialog cancels itself and the user is notified that the operation is successful.

Additional notes:

Deadline: 04.01.2021

niyaziulke commented 2 years ago

The feature was implemented on android-report_dialogs branch and the related pull request is #565 .

7a51b5a9-3438-409d-bbad-4843fa46e503

A screenshot taken when the dialog is active.