rhijul / jaikuengine

Automatically exported from code.google.com/p/jaikuengine
Apache License 2.0
0 stars 0 forks source link

The GMail contact lookup feature has some minor issues that make it harder to use than it ought to be #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It should have:
- my email address
- my jaiku username
- my contact list

Then it should the above to ensure that it never shows me people who already my 
contacts; it 
never suggests adding myself as a contact to my own account;

It would also be friendlier if the Add Contacts page turned the names into 
links and showed me 
the real names of the people not just their Jaiku username.

Also the "skip this now" text is too close to the "Find more contacts" graphic.

Original issue reported on code.google.com by adewale on 13 May 2009 at 9:25

GoogleCodeExporter commented 8 years ago

Original comment by andyster on 19 May 2009 at 1:07

GoogleCodeExporter commented 8 years ago
It also throws error when google account has no contacts. Need following lines 
in
google_contacts.get_contacts

    if not 'entry' in rv['feed']:
      return [], False

Original comment by victor.d...@gmail.com on 21 Jul 2009 at 12:31

GoogleCodeExporter commented 8 years ago
Adding this url to the bug just because I can never remember how to get to it 
other than 
by creating a new account: http://www.jaiku.com/welcome/3

Original comment by adewale on 6 Sep 2009 at 1:49