Week 7 - User feedback and Testing
Week 7 - User feedback and Testing
Few suggestions were received through peer review process of my Student Feedback Analysis app. These suggestions were as follows.
Few suggestions were received through peer review process of my Student Feedback Analysis app. These suggestions were as follows.
1) Error handling on Signup page : My app did not provide any error message when user try to signup and the system was unable to process signup request. Few of the conditions when such incident arises are a) User select too short password b) user select roll number which already been register with the system..
This suggesion is incorporated in the App by doing ERROR handling while executing SIGNUP request..
2) Error handling on Login Page : When username and password did not match during login, the app was not displaying this error condition. This condition was resolved by providing "username/ password mismatch" error string on login page.
3) Bug : System was taking feedbak from a user which had already provided feedback. This bug was removed by writing additional code to check whether current logged in user has provided his feedback previously. If so, directing the request to screen 3, which shows general feedback of all faculties to users.
I am very thankful to all participants for providing constructive feedback to improve on the quality of my app..
Comments
Post a Comment