u4819210 / social-networks-for-fun

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

Bugs and To-Do List in Places icon #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. Is it only restaurant? it seems like that. Each restaurant is displayed with 
"chinese" at bottom, that needs to be corrected.

2. Display the picture for each restaurant.

3. Display category first after click on Places icon. Category list please 
refer to those I talked with you this morning.

4. On Detail Page, the phone number is missing from Call section. Our old 
Restaurants has that piece of code.

5. For one time I saw an address that's not a link to map, it's only a text 
string. But most of time addresses are links that lead to Map.

6. The Review at bottom is still showing Yelp reviews, it needs to be replaced 
by CitySearch reviews.

7. Display the current rate from CitySearch API as 5 stars on Detail Page. We 
already have a rating API in the code, so our users can rate it and redisplay 
the new rate. John has done it on his iPhone for Restaurants.

8. Implement "draft a review" from our users, and save them to our database. 
Remember i talked with you on this the first time, it may need to create tables 
in our database, in the table, save biz id, userid and reviews. Under the 
CitySearch Reviews, we should have a section for our reviews.

9. "Save" means save to Favorites icon on Home Page, that part has been done on 
iPhone, please check with John how to do it.

10. "Share" is share this biz place with Facebook or Gmail, Facebook is not 
working yet, but Gmail is working, but the cotent sent to friend needs to be 
modified, our "socialrays.com" should be added into the content so that more 
users can come and register.

11. On restaurants display list, the distance is not calculated, need to use 
the current Restaurants algorithm to calculate them.

12. Sort restaurants list by distance, after #11 fixed.

13. The number of restaurants displayed is fixed, about 20, no matter what 
range of distance I select, 5 miles or 25 miles, they all are same. Cheng said 
radius is not fixed, could it be the returning records that has been set is a 
fixed number?

14. The GPS icon on the top is missing, it used to display on top and flash, 
now it disappeared. However, the location seems refreshed wherever i go. I am 
wondering if it's CitySearch API causing that.  

Original issue reported on code.google.com by jt.xion...@gmail.com on 17 Sep 2010 at 5:33