LuckySherry / TwitterClient_0.2

COMP3111_Phase1_Team202
0 stars 0 forks source link

Following yourself's button bug #12

Open monosite opened 11 years ago

monosite commented 11 years ago

What steps will reproduce the problem?

  1. go to own user page through user mention
  2. click the unfollowed button 3, click the followed button

What is the expected output? What do you see instead? expected should be no button shown. i see a error message box warming me that i cant follow myself but the unfollowed button still change to followed which is confusing

wangbohkust commented 11 years ago

There is no bug here!It just means that it has already been manipulated,you can not have further operation on this place.

wangbohkust commented 11 years ago

Although it is a confusion for you,it still fulfill the basic need of our requirement,it's just about personal design style.

monosite commented 11 years ago

9.2. For any possible exceptions that may occur (e.g., exceed twitter rate limit), the app should clearly inform its users about the exception reason, and provide suggestions to avoid it.

wangbohkust commented 11 years ago

The error message bug have already provide the exception reason

waitingcheung commented 11 years ago

Confirmed. There should be no follow/unfollow button on your own page since you cannot follow/unfollow yourself.

Ken