u4819210 / social-networks-for-fun

Automatically exported from code.google.com/p/social-networks-for-fun
0 stars 0 forks source link

Sunday release check-up for Lv (also including Cheng's dating improvment for dating release) #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We need to do a release this Sunday, let's check the status of bugs.

Lv's bug list:

1. changing picture (fixed). 

2. picture size issue John mentioned. (fixed)

3. logoff icon changing issue. 

4. blank picture changing issue
[11/21/2010 11:15:57 PM] JT Xiong: lv, there is another issue on picture. In a 
specific group, when i see a picture is blank, i often click it, then it goes 
to its profile page, but profile page has a user's picture, then click back 
button to go to member list again, this time i can see that user's picture
[11/21/2010 11:16:44 PM] JT Xiong: it has happened a few times already
[11/21/2010 11:19:14 PM] xlv_array: Maybe it's concurrent threads issue.
[11/21/2010 11:20:22 PM] JT Xiong: sometimes it's ok, i can see user's pic in 
member list at first time, but lately i saw a few users picture, not on first 
time, but at the time when i clicked back button
[11/21/2010 11:24:48 PM] xlv_array: server side returned some unused data,  in 
andriod client side, these data also are converted to Java objects. These Java 
objects consume process's  memory that android os allocated. Maybe this will 
influence concurrent threads to download member's picture.
[11/21/2010 11:26:11 PM] xlv_array: when you click back button to go to member 
list. memeber's picture will be read from cache.

5. User lv's picture inconsistence between Profile and Stream. Stream shows a 
picture, but Profile shows another picture.

6. Post's post enhancement, directly unfold content but still keep title

7. Loading performance is slow in some group like Singles.

8. Member list pagination (fixed)

9. Group's memeber tab often has force close, it's due to memory insufficient. 
We'll need to make it use less memory by shrink it with lower quanlity. Picture 
size still same, but pixel is slow.

Cheng's bug list: (dating, not for this Sunday release)

1. Dating UI needs a big improvement. It's too much like a web page. We need to 
objectize those objects on pages like replace link with objects. Make objects 
bigger. Remove foot links.

2. Chinese char can't be displayed.

3. Need "Tell us about yourself" in user's Profile.

4. Pagination on search results.

5. In search result, don't list birth year, should list their age.

6. In search results, clicking on chat link should go to our Chat icon on our 
platform. Clicking on message link should go to our Message icon on our 
platform. And after go to those icons, the receiver should be already prefilled 
by that user name you chose.

7. In search results, clicking on photo link should go to this user's dating 
profile, with a big picture, gender/age, email, "tell us about yourself" 
description, "Add as friend" and "I like this person" rating.

8. In dating user's profile, we should also have "Add as friend", "I like this 
person" rating.

9. Add "Love Poems" and "Love Quotes". 
Love Poems is for dating user to write poems, under each poem, it should list 
author's info and contact, comments from other users, and rating. Also, user 
can send love poems to other users for love, for example, click a "Send this 
poem" button will copy this poem to a message, then user can use our Message to 
send it to other users.
Love Quotes will be copied from web and stored in our database, store about 
100-300 love quotes, our user can use it to send to other users.

Original issue reported on code.google.com by jt.xion...@gmail.com on 27 Nov 2010 at 8:48

GoogleCodeExporter commented 8 years ago
release was done.

Original comment by zhangyon...@gmail.com on 30 Nov 2010 at 6:22