LuckySherry / TwitterClient_0.2

COMP3111_Phase1_Team202
0 stars 0 forks source link

Unable to detect true word count then fail to tweet #26

Open monosite opened 11 years ago

monosite commented 11 years ago

How:

  1. Try to compose a tweet as following: baidu.com google.com facebook.com yahoo.com youtube.com twitter.com ust.com

What: Words count shown is 65 but the actual words count should be -20 because twitter will automatically add "http://" for every simplified URLs.

LuckySherry commented 11 years ago

Our client didn't implement the function of recognizing the URL entities, User mention and trend entities since the official did't mention this function. "Once we have typed in more than 140 characters, the number should be shown in ted with a negative value demonstrating how many characters this tweet has exceeded." The above is what the official requirement says about post tweet. So if you think this is a bug then it should be the bug of the official requirement bug too. Also, we'll try to implement such functions in phase 2.

monosite commented 11 years ago

Actually, I share the same feeling with you as the official requirement is too ambiguous and vague and the constraints and requirements of different Twitter features are unknown and difficult for us.

waitingcheung commented 11 years ago

Confirmed. Please see requirement 8.1.

Ken