nlhkabu / connect

Connect is a moderated web application that helps members connect with each other based on skills, interests and location.
http://whoisnicoleharris.com/connect/
BSD 3-Clause "New" or "Revised" License
46 stars 25 forks source link

Integrating a mechanism for members to contact each other #3

Open Natim opened 9 years ago

Natim commented 9 years ago

We could let people add a Firefox Hello link as well as their Skype contact. It could also be phone number / irc and/or email.

┆Issue is synchronized with this Asana task

nlhkabu commented 9 years ago

If we're talking minimum viable app then a simple contact form with a predefined message would be enough to start with.

Natim commented 9 years ago

I am sure there is an existing django project that could let use implement that.

http://django-messages.readthedocs.org/en/latest/ seems to be a good candidate

nlhkabu commented 9 years ago

I took a look at this... not sure if it is going to work, as how would a user know there is a new message? I'm not expecting users to log in that often (or remain logged in), so any in-app messaging would need to include a notification email too. Ideally, we'd want to allow users to turn these off via their account settings if that is their preference. Not sure it is worth the pain when we could just email them (for now) and let them continue their conversation in whatever way they choose.