alexrothenberg / motion-addressbook

MIT License
89 stars 30 forks source link

does not support addresses, social profiles, URLs #18

Closed jmay closed 11 years ago

jmay commented 11 years ago

Current implementation appears to only get & set values for name fields and a fixed set of phone number and email address types.

Addresses are more complicated than is supported in multi_value.rb (elements are dictionaries, not strings). I can work on this.

alexrothenberg commented 11 years ago

It would be great if you can make this better. I'll look forward to a pull request. Thanks for your help.

jmay commented 11 years ago

Work is underway on my fork at https://github.com/jmay/motion-addressbook

Feel free to check it out while in progress; I'll have a PR when ready.

jmay commented 11 years ago

https://github.com/alexrothenberg/motion-addressbook/pull/20