taarifa / djangorifa

Django implementation of Taarifa.
9 stars 4 forks source link

Improved user interface - Userena? #12

Open cazgp opened 12 years ago

cazgp commented 12 years ago

Userena allows users to message each other across the system. This could be useful for making this more social. Is it worth integrating now, or just something to do later?

http://docs.django-userena.org/en/latest/

cazgp commented 12 years ago

Could then integrate with DISQUS https://github.com/montylounge/django-disqus.

kynan commented 12 years ago

I can see how Userena could be useful for things for signup/signin and account management. I don't see private messaging as an important feature right now, we have higher priorities to focus on. But if we get it "for free" there's no harm.

cazgp commented 12 years ago

It's not useful for sign-up / sign-in right now, because it requires email addresses, and I've already written a back-end for mobile numbers using Django-registration as the diving board. This is a possible enhancement in the future that I didn't want to forget about :D